[]
Gets the "windows version" field in the additional information dialog.
Use this property to read the Windows version metadata stored in these signature details.
public string WindowsVersion { get; set; }
Public Property WindowsVersion As String
SignatureDetails details = new SignatureDetails();
details.WindowsVersion = "10.0.19045";
string windowsVersion = details.WindowsVersion;