BitsUploadReply.Host Property
Gets or sets the destination host name or FQDN.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Host { get; set; }
public:
property String^ Host {
String^ get();
void set(String^ value);
}
Public Property Host As String
Property Value
Type: System.String
See Also
BitsUploadReply Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top