| LyncPlatformLibraryAudioCallSessionId Property |
Gets the session identifier for the current SIP connection under which all events will be raised.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string SessionId { get; set; }Public Property SessionId As String
Get
Set
public:
virtual property String^ SessionId {
String^ get () sealed;
void set (String^ value) sealed;
}abstract SessionId : string with get, set
override SessionId : string with get, set
Property Value
Type:
StringImplements
ILyncPlatformLibraryInteractionSessionId
See Also