Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the parameter has been initialized; otherwise false.
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 SipUriParameter
Dim value As Boolean
value = instance.IsSet
public bool IsSet { get; }
Property Value
Type: System.Boolean