[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.SetConfigurationInfo.Result"]

Namespace: OPSSDKCommon.Model.Config
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public bool Result { get; set; }
Visual Basic
Public Property Result As Boolean
	Get
	Set
Visual C++
public:
property bool Result {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also