[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.BaseConfig.Enabled"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
| C# |
|---|
public bool Enabled { get; private set; } |
| Visual Basic |
|---|
Public Property Enabled As Boolean Get Private Set |
| Visual C++ |
|---|
public: property bool Enabled { bool get (); private: void set (bool value); } |