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