PackageId.Architecture Property

Definition

Gets the processor architecture for which the package was created.

public:
 property ProcessorArchitecture Architecture { ProcessorArchitecture get(); };
ProcessorArchitecture Architecture();
public ProcessorArchitecture Architecture { get; }
var processorArchitecture = packageId.architecture;
Public ReadOnly Property Architecture As ProcessorArchitecture

Property Value

The processor architecture.

Applies to

See also