PSRemotingActivity.PSRemotingBehavior Property

Definition

Defines the remoting behavior to use when invoking this activity.

public:
 property System::Activities::InArgument<System::Management::Automation::RemotingBehavior> ^ PSRemotingBehavior { System::Activities::InArgument<System::Management::Automation::RemotingBehavior> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::RemotingBehavior> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.RemotingBehavior> PSRemotingBehavior { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSRemotingBehavior : System.Activities.InArgument<System.Management.Automation.RemotingBehavior> with get, set
Public Property PSRemotingBehavior As InArgument(Of RemotingBehavior)

Property Value

Attributes

Applies to