Runspace.SessionStateProxy Property
Gets access to methods that are used to get and set variables in the session state.


Namespace: System.Management.Automation.Runspaces
Assembly: System.Management.Automation (in system.management.automation.dll)
Usage

Dim instance As Runspace
Dim value As SessionStateProxy

value = instance.SessionStateProxy
Syntax

Visual Basic
Public ReadOnly Property SessionStateProxy As SessionStateProxy
C#
public SessionStateProxy SessionStateProxy { get; }
C++
public:
property SessionStateProxy^ SessionStateProxy {
    SessionStateProxy^ get ();
}
J#
/** @property */
public SessionStateProxy get_SessionStateProxy ()
JScript
public function get SessionStateProxy () : SessionStateProxy

Property Value

A SessionStateProxy object that provides methods to get and set variables in the session state.
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
See Also

Page view tracker