IOperatingSystemStaticInfoFullVersion Property |
Win32_OperatingSystem: Version: Version number of the operating system.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string FullVersion { get; set; }
Property FullVersion As String
Get
Set
property String^ FullVersion {
String^ get ();
void set (String^ value);
}
abstract FullVersion : string with get, set
Property Value
Type:
String
The full version.
See Also