Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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