MessageSettings.HostName Property
Gets or sets the management point host name that the message will be sent to.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
IgnoreForSender = new Type[] { ... })]
public string HostName { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
IgnoreForSender = new array<Type^>^ { ... })]
property String^ HostName {
virtual String^ get() sealed;
virtual void set(String^ value) sealed;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
IgnoreForSender := New Type() { ... })>
Public Property HostName As String
Property Value
Type: System.String
Management point host name.
Implements
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top