PSObject.TypeNames Property

Definition

Gets the type names collection initially containing the object type hierarchy.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ TypeNames { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> TypeNames { get; }
member this.TypeNames : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property TypeNames As Collection(Of String)

Property Value

Applies to