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