MessageSettings.ReplyEndpoint Property

 

Gets or sets the endpoint to direct message replies to. This setting is only relevant for senders. Do not change this property manually except under special circumstances.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public string ReplyEndpoint { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property String^ ReplyEndpoint {
    String^ get();
    void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property ReplyEndpoint As String

Property Value

Type: System.String

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top