Udostępnij za pośrednictwem


ConfigMgrBgbSession.HostName Property

 

Gets the client notification server host name.

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

Syntax

public string HostName { get; private set; }
public:
property String^ HostName {
    String^ get();
    private: void set(String^ value);
}
Public Property HostName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top