InventoryInstanceElementCcmExtNetworkAdapterConfiguration Constructor (String, String)
Initializes a new instance of the InventoryInstanceElementCcmExtNetworkAdapterConfiguration class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryInstanceElementCcmExtNetworkAdapterConfiguration(
string hostName,
string domainName
)
public:
InventoryInstanceElementCcmExtNetworkAdapterConfiguration(
String^ hostName,
String^ domainName
)
Public Sub New (
hostName As String,
domainName As String
)
Parameters
hostName
Type: System.StringThe host name.
domainName
Type: System.StringThe domain name.
See Also
InventoryInstanceElementCcmExtNetworkAdapterConfiguration Overload
InventoryInstanceElementCcmExtNetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top