OperatingSystemStaticInfoArchitecture Property |
Win32_OperatingSystem : OSArchitecture: Architecture of the operating system, as opposed
to the processor. This property can be localized.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string Architecture { get; set; }
<DataMemberAttribute>
Public Property Architecture As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Architecture {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Architecture : string with get, set
[<DataMemberAttribute>]
override Architecture : string with get, set
Property Value
Type:
String
The architecture.
Implements
IOperatingSystemStaticInfoArchitectureSee Also