IUpdateServer.PortNumber Property
Applies To: Windows Server Update Services
Get the port number of the API Remoting web service on the update server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int PortNumber { get; }
property int PortNumber {
int get();
}
abstract PortNumber : int with get
ReadOnly Property PortNumber As Integer
Property Value
Type: System.Int32
The port number of the API Remoting web service on the update server.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top