GetMemberCommand.MemberType Property

Definition

The member types to be retrieved.

public:
 property System::Management::Automation::PSMemberTypes MemberType { System::Management::Automation::PSMemberTypes get(); void set(System::Management::Automation::PSMemberTypes value); };
public System.Management.Automation.PSMemberTypes MemberType { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Type" })]
[System.Management.Automation.Parameter]
public System.Management.Automation.PSMemberTypes MemberType { get; set; }
member this.MemberType : System.Management.Automation.PSMemberTypes with get, set
[<System.Management.Automation.Alias(new System.String[] { "Type" })>]
[<System.Management.Automation.Parameter>]
member this.MemberType : System.Management.Automation.PSMemberTypes with get, set
Public Property MemberType As PSMemberTypes

Property Value

Attributes

Applies to