ServerProtocol.HasMultiIPAddresses Property

Definition

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

Applies to