| LyncPlatformLibraryAudioCallDestinationAddress Property |
Gets the existing interaction SIP destination address or endpoint.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string DestinationAddress { get; }Public ReadOnly Property DestinationAddress As String
Get
public:
virtual property String^ DestinationAddress {
String^ get () sealed;
}abstract DestinationAddress : string with get
override DestinationAddress : string with get
Property Value
Type:
StringImplements
ILyncPlatformLibraryInteractionDestinationAddress
See Also