[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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 multiword 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

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
string 
Architecture { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
Architecture 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
String^ 
Architecture {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

Field Value

Default is System

See Also