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

Location request for the message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively = 
true)]
public 

LocalMPLocationReply 
LocationReply { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively := 
True)> _
Public 
Property 
LocationReply 
As 

LocalMPLocationReply
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, CheckRecursively = 
true)]
public:
property 

LocalMPLocationReply^ 
LocationReply {
	

LocalMPLocationReply^ 
get ();
	
private: 
void 
set (

LocalMPLocationReply^ 
value);
}

See Also