Participant.SipInstance Property
Gets the sipInstance parameter, or String.Empty.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SipInstance As String
Get
'Usage
Dim instance As Participant
Dim value As String
value = instance.SipInstance
public string SipInstance { get; }
Property Value
Type: System.String