PSRemotingActivity.PSRemotingBehavior 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.
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