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

Gets the Content Location reply information

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

ContentLocationReply 
LocationReply { 
get; 
private 
set; }
Public 
Property 
LocationReply 
As 

ContentLocationReply
	
Get
	
Private 
Set
public:
property 

ContentLocationReply^ 
LocationReply {
	

ContentLocationReply^ 
get ();
	
private: 
void 
set (

ContentLocationReply^ 
value);
}

See Also