ConfiguratorAuthentication_Realm Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string Authentication_Realm { get; set; }
Public Property Authentication_Realm As String
Get
Set
public:
virtual property String^ Authentication_Realm {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Authentication_Realm : string with get, set
override Authentication_Realm : string with get, set
Property Value
Type:
StringImplements
IConfiguratorAuthentication_Realm
See Also