PSRemotingBaseCmdlet.AllowRedirection 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.
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