[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.

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 
HostName { 
get; 
set; }
<

MessagePropertyAttribute(

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

MessagePropertyAttribute(

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

Field Value

Destination point hostname

Implements

IMessageSettings . . :: . . HostName

See Also