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

Management point 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)]
public 
string 
HostName { 
get; 
set; }
<

MessagePropertyAttribute(

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

MessagePropertyAttribute(

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

Field Value

Management point hostname

Implements

IMessageSettings . . :: . . HostName

See Also