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

Hostname that the message will be sent to. This must be set or else message validation will fail.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
string 
HostName { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Property 
HostName 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
property 
String^ 
HostName {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

Field Value

Hostname to send the message to

See Also