ActivityImplementationContext.PSAllowRedirection Property

Definition

Determines whether to allow redirection by the remote computer. The default is false.

public:
 property Nullable<bool> PSAllowRedirection { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? PSAllowRedirection { get; set; }
member this.PSAllowRedirection : Nullable<bool> with get, set
Public Property PSAllowRedirection As Nullable(Of Boolean)

Property Value

Applies to