ClientReplyEndpointAttribute.EndpointName Property
Gets the endpoint name for the client reply message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string EndpointName { get; private set; }
public:
property String^ EndpointName {
String^ get();
private: void set(String^ value);
}
Public Property EndpointName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ClientReplyEndpointAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top