BaseBoardInfoVersion Property |
Win32_BaseBoard: Version of the physical element.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public string Version { get; set; }
Public Property Version As String
Get
Set
public:
virtual property String^ Version {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Version : string with get, set
override Version : string with get, set
Property Value
Type:
String
The version.
Implements
IBaseBoardInfoVersionSee Also