MessageEndpointAttribute Constructor (String)
Initializes a new instance of the MessageEndpointAttribute class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageEndpointAttribute(
string name
)
public:
MessageEndpointAttribute(
String^ name
)
Public Sub New (
name As String
)
Parameters
name
Type: System.StringThe name of the endpoint.
See Also
MessageEndpointAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top