MessageSettings.Endpoint Property
Gets or sets the management point endpoint that the message will be sent to.
Important: Do not set this value by anything outside of the messaging library (except for AdhocMessage ). All messages should set this appropriately (except for AdhocMessage ).
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public string Endpoint { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property String^ Endpoint {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property Endpoint As String
Property Value
Type: System.String
Endpoint name. Use caution when setting this property.
Remarks
Use caution when setting this property.
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top