IDownstreamServer.FullDomainName Property
Applies To: Windows Server Update Services
Gets the full domain name of the downstream server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string FullDomainName { get; }
property String^ FullDomainName {
String^ get();
}
abstract FullDomainName : string with get
ReadOnly Property FullDomainName As String
Property Value
Type: System.String
The full domain name of the downstream server.
See Also
IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top