Click or drag to resize

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; }

Property Value

Type: String
The architecture.

Implements

IOperatingSystemStaticInfoArchitecture
See Also