PackageId.Architecture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.