InventoryInstanceElementNetworkAdapterConfiguration Constructor (String)
Initializes a new instance of the InventoryInstanceElementNetworkAdapterConfiguration class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryInstanceElementNetworkAdapterConfiguration(
string ipSubnet
)
public:
InventoryInstanceElementNetworkAdapterConfiguration(
String^ ipSubnet
)
Public Sub New (
ipSubnet As String
)
Parameters
ipSubnet
Type: System.StringAn IP subnet.
See Also
InventoryInstanceElementNetworkAdapterConfiguration Overload
InventoryInstanceElementNetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top