[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.SIPAccountConfig.OverridePassword"]

Namespace: OPSSDKCommon.Model.Config
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);
}

Property Value

Type: Boolean

See Also