IUpdateServer.ServerProtocolVersion Property
Applies To: Windows Server Update Services
Gets the servers protocol version information.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
Version ServerProtocolVersion { get; }
property Version^ ServerProtocolVersion {
Version^ get();
}
abstract ServerProtocolVersion : Version with get
ReadOnly Property ServerProtocolVersion As Version
Property Value
Type: System.Version
Returns Version.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top