TransportBackupInfoRemoteEndPoint Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic EndpointBackupInfo RemoteEndPoint { get; set; }
Public Property RemoteEndPoint As EndpointBackupInfo
Get
Set
public:
property EndpointBackupInfo^ RemoteEndPoint {
EndpointBackupInfo^ get ();
void set (EndpointBackupInfo^ value);
}
member RemoteEndPoint : EndpointBackupInfo with get, set
Property Value
Type:
EndpointBackupInfo
See Also