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;
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.
OperatingSystem Class | OperatingSystem Members | System Namespace