RunspacePoolStateChangedEventArgs.RunspacePoolStateInfo 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.
Gets the stateinfo of RunspacePool when this event occurred.
public:
property System::Management::Automation::RunspacePoolStateInfo ^ RunspacePoolStateInfo { System::Management::Automation::RunspacePoolStateInfo ^ get(); };
public System.Management.Automation.RunspacePoolStateInfo RunspacePoolStateInfo { get; }
member this.RunspacePoolStateInfo : System.Management.Automation.RunspacePoolStateInfo
Public ReadOnly Property RunspacePoolStateInfo As RunspacePoolStateInfo