CollaborationPlatform.ListeningIPAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IP address on which to listen.
public:
property System::Net::IPAddress ^ ListeningIPAddress { System::Net::IPAddress ^ get(); };
public System.Net.IPAddress ListeningIPAddress { get; }
member this.ListeningIPAddress : System.Net.IPAddress
Public ReadOnly Property ListeningIPAddress As IPAddress