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.
Gets true if the port is set. Note that the 'Port' property returns 0 if even if the port is not set.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsPortSet As Boolean
Get
'Usage
Dim instance As SipUriParser
Dim value As Boolean
value = instance.IsPortSet
public bool IsPortSet { get; }
Property Value
Type: System.Boolean