Share via


ClientReplyEndpointAttribute.SubstringDifferentiator Property

 

Gets or sets the substring differentiator of the payload to determine where the message should go.

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

Syntax

public string SubstringDifferentiator { get; set; }
public:
property String^ SubstringDifferentiator {
    String^ get();
    void set(String^ value);
}
Public Property SubstringDifferentiator As String

Property Value

Type: System.String

See Also

ClientReplyEndpointAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top