InventoryInstanceElementNetworkAdapterConfiguration.IPSubnets Property

 

Gets an IP subnet.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Collection<string> IPSubnets { get; }
public:
property Collection<String^>^ IPSubnets {
    Collection<String^>^ get();
}
Public ReadOnly Property IPSubnets As Collection(Of String)

Property Value

Type: System.Collections.ObjectModel.Collection<String>

See Also

InventoryInstanceElementNetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top