SessionStateTypeEntry.TypeTable 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.
The TypeTable specified with constructor. This can be null if FileName constructor or TypeData constructor is used.
public:
property System::Management::Automation::Runspaces::TypeTable ^ TypeTable { System::Management::Automation::Runspaces::TypeTable ^ get(); };
public System.Management.Automation.Runspaces.TypeTable TypeTable { get; }
member this.TypeTable : System.Management.Automation.Runspaces.TypeTable
Public ReadOnly Property TypeTable As TypeTable