Table of Contents

Enum GroupPolicySoftwareInstallationPackageArchitecture

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The installation architecture.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicySoftwareInstallationPackageArchitecture

Fields

Itanium = 6

The architecture is Itanium.

Unknown = 0

The architecture is unknown.

x64 = 9

The architecture is 64-bit.

x86 = 0

The architecture is 32-bit.