TypeData.Members 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.
Get the members of this TypeData instance. The Key of the dictionary is the member's name, and the Value is a TypeMemberData instance.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Runspaces::TypeMemberData ^> ^ Members { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Runspaces::TypeMemberData ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.Runspaces.TypeMemberData> Members { get; }
member this.Members : System.Collections.Generic.Dictionary<string, System.Management.Automation.Runspaces.TypeMemberData>
Public ReadOnly Property Members As Dictionary(Of String, TypeMemberData)