PSRemotingActivity.PSAllowRedirection 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.
Determines whether to allow redirection by the remote computer. The default is false.
public:
property System::Activities::InArgument<Nullable<bool>> ^ PSAllowRedirection { System::Activities::InArgument<Nullable<bool>> ^ get(); void set(System::Activities::InArgument<Nullable<bool>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool?> PSAllowRedirection { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSAllowRedirection : System.Activities.InArgument<Nullable<bool>> with get, set
Public Property PSAllowRedirection As InArgument(Of Nullable(Of Boolean))
Property Value
- Attributes