ServerOperatingSystemVersion Property
In This Topic
Gets the Windows operating system version for the server.
Syntax
'Declaration
Public ReadOnly Property ServerOperatingSystemVersion As Integer
public int ServerOperatingSystemVersion {get;}
public:
property int ServerOperatingSystemVersion {
int get();
}
See Also