ConstrainedSessionStateEntry Class   
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.
Class to constrain session state entries.
public ref class ConstrainedSessionStateEntry abstract : System::Management::Automation::Runspaces::InitialSessionStateEntry
	public abstract class ConstrainedSessionStateEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
	type ConstrainedSessionStateEntry = class
    inherit InitialSessionStateEntry
	Public MustInherit Class ConstrainedSessionStateEntry
Inherits InitialSessionStateEntry
		- Inheritance
 
- Derived
 
Constructors
| ConstrainedSessionStateEntry(String, SessionStateEntryVisibility) | 
Properties
| Module | 
		 The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) | 
        	
| Name | 
		 The name of this entry. (Inherited from InitialSessionStateEntry) | 
        	
| PSSnapIn | 
		 The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) | 
        	
| Visibility | |
Methods
| Clone() | 
		 Shallow-clone this object. (Inherited from InitialSessionStateEntry) |