[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get/Set MP Endpoint message will be sent to

IMPORTANT: It is highly recommended that this is not set by anything outside of the Messaging library (except for AdhocMessage). All messages should set this appropriately (except for AdhocMessage).

Do not set this unless you know what you're doing!

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
string 
Endpoint { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
Endpoint 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
String^ 
Endpoint {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

Field Value

Endpoint name. Do not set this unless you know what you are doing

Remarks

Do not set this unless you know what you are doing

See Also