ComputerInfo.OsCSDVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String that indicates the latest service pack installed on a computer. If no service pack is installed, the string is NULL
public:
property System::String ^ OsCSDVersion { System::String ^ get(); };
public:
property Platform::String ^ OsCSDVersion { Platform::String ^ get(); };
public string OsCSDVersion { get; }
member this.OsCSDVersion : string
Public ReadOnly Property OsCSDVersion As String