OperatingSystemStaticInfoFullVersion 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 [DataMemberAttribute]
public string FullVersion { get; set; }
<DataMemberAttribute>
Public Property FullVersion As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ FullVersion {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract FullVersion : string with get, set
[<DataMemberAttribute>]
override FullVersion : string with get, set
Property Value
Type:
String
The full version.
Implements
IOperatingSystemStaticInfoFullVersionSee Also