GetExecutionPolicy.Scope Property

Definition

Provides access to the Scope parameter.

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

Property Value

Attributes

Applies to