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