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

The locale ID of the registering machine. Defaults to the locale ID of the calling machine.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
int 
LocaleId { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
LocaleId 
As 
Integer
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
int 
LocaleId {
	
int 
get ();
	
void 
set (
int 
value);
}

See Also