NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OperatingSystem.CSD

Identifies the Corrected Service Diskette number of the operating system.

[Visual Basic]
Overridable Public ReadOnly Property CSD As String
[C#]
public string CSD {virtual get;}
[C++]
public: __property virtual String* get_CSD();
[JScript]
public function get CSD() : String;

Property Value

On Windows NT and Windows 2000, the value contains a null-terminated string, such as "Service Pack 3" that indicates the latest Service Pack installed on the system. If no Service Pack has been installed, the string is empty.

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace