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.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ListeningIPAddress As IPAddress
Get
Set
'Usage
Dim instance As ServerPlatformSettings
Dim value As IPAddress
value = instance.ListeningIPAddress
instance.ListeningIPAddress = value
public IPAddress ListeningIPAddress { get; set; }
Property Value
Type: System.Net.IPAddress