ServerProtocol.HasMultiIPAddresses 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 Boolean property that specifies whether there are multiple IP addresses associated with the server protocol.
public:
property bool HasMultiIPAddresses { bool get(); };
public bool HasMultiIPAddresses { get; }
member this.HasMultiIPAddresses : bool
Public ReadOnly Property HasMultiIPAddresses As Boolean
Property Value
A Boolean value that specifies whether the server protocol has multiple IP addresses associated with it.
If True, the server protocol has multiple IP addresses.
If False (default), the server protocol has a single IP address.
Examples
Managing Services and Network Settings by Using WMI Provider