InventoryInstanceElementCcmSystem.SystemType Property
Gets or sets the system type, such as X86-based PC.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string SystemType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ SystemType {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property SystemType As String
Property Value
Type: System.String
See Also
InventoryInstanceElementCcmSystem Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top