IUpdateServer.Name Property
Applies To: Windows Server Update Services
Gets the name of the server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Name { get; }
property String^ Name {
String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String
Property Value
Type: System.String
The name of the server.
Remarks
The name returned is the name supplied in the GetUpdateServer call. If GetUpdateServer was used, the name returned is the NETBIOS name.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top