Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an architecture name that can refer to an existing or new architecture.
A single word, such as Car, would identify the SMS_R_Car resource class. A multi-word string, such as Carpool Intentory, would identify the SMS_R_CarpoolInventory resource class. A DMTF-formatted string such as ACME|Car|1.0 would identify the SMS_R_Acme_Car_1_0 resource class.
The string "System" identifies a computer system.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string Architecture { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ Architecture {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property Architecture As String
Property Value
Type: System.String
The default value is System.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top