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