SystemInformationEvent.ServicePack Property

Definition

Gets the name of the latest operating system service pack installed on the system. If no service pack has been installed, the string is empty. This value is retrieved from GetVersionEx.

public:
 property System::String ^ ServicePack { System::String ^ get(); };
public:
 property Platform::String ^ ServicePack { Platform::String ^ get(); };
public string ServicePack { get; }
member this.ServicePack : string
Public ReadOnly Property ServicePack As String

Property Value

Applies to