InitialSessionState.Types Property

Definition

List of types to use for this session state instance...

public:
 virtual property System::Management::Automation::Runspaces::InitialSessionStateEntryCollection<System::Management::Automation::Runspaces::SessionStateTypeEntry ^> ^ Types { System::Management::Automation::Runspaces::InitialSessionStateEntryCollection<System::Management::Automation::Runspaces::SessionStateTypeEntry ^> ^ get(); };
public virtual System.Management.Automation.Runspaces.InitialSessionStateEntryCollection<System.Management.Automation.Runspaces.SessionStateTypeEntry> Types { get; }
member this.Types : System.Management.Automation.Runspaces.InitialSessionStateEntryCollection<System.Management.Automation.Runspaces.SessionStateTypeEntry>
Public Overridable ReadOnly Property Types As InitialSessionStateEntryCollection(Of SessionStateTypeEntry)

Property Value

Applies to