NewPSSessionOptionCommand.MaximumRedirection 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 MaximumRedirection parameter enables the implicit redirection functionality -1 = no limit 0 = no redirection
public:
property int MaximumRedirection { int get(); void set(int value); };
public:
property int MaximumRedirection { int get(); void set(int value); };
public int MaximumRedirection { get; set; }
[System.Management.Automation.Parameter]
public int MaximumRedirection { get; set; }
member this.MaximumRedirection : int with get, set
[<System.Management.Automation.Parameter>]
member this.MaximumRedirection : int with get, set
Public Property MaximumRedirection As Integer
Property Value
- Attributes