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

Endpoint to direct replies to. This setting is only relevant for senders and it is not recommended that this is changed manually unless under very special circumstances.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
string 
ReplyEndpoint { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
ReplyEndpoint 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

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

See Also