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