Share via


NewModuleManifest.ProcessorArchitecture Property

Definition

Provides access to the ProcessorArchitecture parameter.

public:
 property System::Activities::InArgument<System::Reflection::ProcessorArchitecture> ^ ProcessorArchitecture { System::Activities::InArgument<System::Reflection::ProcessorArchitecture> ^ get(); void set(System::Activities::InArgument<System::Reflection::ProcessorArchitecture> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Reflection.ProcessorArchitecture> ProcessorArchitecture { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.ProcessorArchitecture : System.Activities.InArgument<System.Reflection.ProcessorArchitecture> with get, set
Public Property ProcessorArchitecture As InArgument(Of ProcessorArchitecture)

Property Value

Attributes

Applies to