AddMemberCommand.MemberType Property

Definition

The member type of to be added.

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(Mandatory=true, ParameterSetName="MemberSet", Position=0)]
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(Mandatory=true, ParameterSetName="MemberSet", Position=0)>]
member this.MemberType : System.Management.Automation.PSMemberTypes with get, set
Public Property MemberType As PSMemberTypes

Property Value

Attributes

Applies to