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