Search notes:

Microsoft.PowerShell.Commands.MemberDefinition (class)

A Microsoft.PowerShell.Commands.MemberDefinition instance describes one member of a PowerShell object (or MemberSet?).
A list of MemberDefinition instances is returned by the get-member cmdLet.

MemberType

The MemberType property of a MemberDefinition evaluates to a System.Mananagement.Automation.PSMemberTypes enum whose members describe the member type.

See also

PSObject

Index