SdpConnection.IsSet Property
Gets true if the connection has been assigned a value.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsSet As Boolean
Get
'Usage
Dim instance As SdpConnection
Dim value As Boolean
value = instance.IsSet
public bool IsSet { get; }
Property Value
Type: System.Boolean