Share via


MessageFileSettings.HostName Property

 

Gets or sets the name of the host to which the message will be sent.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public string HostName { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property String^ HostName {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property HostName As String

Property Value

Type: System.String

Destination point host name.

Implements

IMessageSettings.HostName

See Also

MessageFileSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top