Runspace.RunspaceAvailability 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 current availability of the Runspace.
public: abstract property System::Management::Automation::Runspaces::RunspaceAvailability RunspaceAvailability { public:
System::Management::Automation::Runspaces::RunspaceAvailability get(); protected:
void set(System::Management::Automation::Runspaces::RunspaceAvailability value); };
public abstract System.Management.Automation.Runspaces.RunspaceAvailability RunspaceAvailability { get; protected set; }
member this.RunspaceAvailability : System.Management.Automation.Runspaces.RunspaceAvailability with get, set
Public MustOverride Property RunspaceAvailability As RunspaceAvailability