PSRemotingBaseCmdlet.AllowRedirection Property

Definition

The AllowRedirection parameter enables the implicit redirection functionality.

public:
 virtual property System::Management::Automation::SwitchParameter AllowRedirection { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public virtual System.Management.Automation.SwitchParameter AllowRedirection { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Uri")]
public virtual System.Management.Automation.SwitchParameter AllowRedirection { get; set; }
member this.AllowRedirection : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Uri")>]
member this.AllowRedirection : System.Management.Automation.SwitchParameter with get, set
Public Overridable Property AllowRedirection As SwitchParameter

Property Value

Attributes

Applies to