ActivityImplementationContext.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::Management::Automation::RemotingBehavior PSRemotingBehavior { System::Management::Automation::RemotingBehavior get(); void set(System::Management::Automation::RemotingBehavior value); };
public System.Management.Automation.RemotingBehavior PSRemotingBehavior { get; set; }
member this.PSRemotingBehavior : System.Management.Automation.RemotingBehavior with get, set
Public Property PSRemotingBehavior As RemotingBehavior