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)
Dim instance As Runspace
Dim value As SessionStateProxy
value = instance.SessionStateProxy
Public ReadOnly Property SessionStateProxy As SessionStateProxy
public SessionStateProxy SessionStateProxy { get; }
public:
property SessionStateProxy^ SessionStateProxy {
SessionStateProxy^ get ();
}
/** @property */
public SessionStateProxy get_SessionStateProxy ()
public function get SessionStateProxy () : SessionStateProxy
Property Value
A SessionStateProxy object that provides methods to get and set variables in the session state.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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