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