CcmHttpStatus.HostName Property
Gets or sets the destination host name that generated the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public string HostName { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ HostName {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property HostName As String
Property Value
Type: System.String
See Also
CcmHttpStatus Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top