SessionStateProxy.PSVariable 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.
Get the APIs to access variables out of session state.
public:
virtual property System::Management::Automation::PSVariableIntrinsics ^ PSVariable { System::Management::Automation::PSVariableIntrinsics ^ get(); };
public virtual System.Management.Automation.PSVariableIntrinsics PSVariable { get; }
member this.PSVariable : System.Management.Automation.PSVariableIntrinsics
Public Overridable ReadOnly Property PSVariable As PSVariableIntrinsics
Property Value
Exceptions
Runspace is not open.
Another SessionStateProxy call or another pipeline is in progress.