ActivityImplementationContext.ConnectionInfo 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.
The connection info to use for this command (may be null)
public:
property System::Management::Automation::Runspaces::WSManConnectionInfo ^ ConnectionInfo { System::Management::Automation::Runspaces::WSManConnectionInfo ^ get(); void set(System::Management::Automation::Runspaces::WSManConnectionInfo ^ value); };
public System.Management.Automation.Runspaces.WSManConnectionInfo ConnectionInfo { get; set; }
member this.ConnectionInfo : System.Management.Automation.Runspaces.WSManConnectionInfo with get, set
Public Property ConnectionInfo As WSManConnectionInfo