DialogInfoRemote Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic DialogRemoteInfo Remote { get; set; }
Public Property Remote As DialogRemoteInfo
Get
Set
public:
property DialogRemoteInfo^ Remote {
DialogRemoteInfo^ get ();
void set (DialogRemoteInfo^ value);
}
member Remote : DialogRemoteInfo with get, set
Property Value
DialogRemoteInfo
See Also