ServerIPAddress.IPAddressProperties Property

Definition

Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::IPAddressPropertyCollection ^ IPAddressProperties { Microsoft::SqlServer::Management::Smo::Wmi::IPAddressPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection IPAddressProperties { get; }
member this.IPAddressProperties : Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection

Property Value

An IPAddressPropertyCollection object that represents all the attributes of the IP address.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to