UpdateTypeDataCommand.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.Parameter(ParameterSetName="DynamicTypeSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "NoteProperty", "AliasProperty", "ScriptProperty", "CodeProperty", "ScriptMethod", "CodeMethod" }, IgnoreCase=true)]
public System.Management.Automation.PSMemberTypes MemberType { get; set; }
member this.MemberType : System.Management.Automation.PSMemberTypes with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "NoteProperty", "AliasProperty", "ScriptProperty", "CodeProperty", "ScriptMethod", "CodeMethod" }, IgnoreCase=true)>]
member this.MemberType : System.Management.Automation.PSMemberTypes with get, set
Public Property MemberType As PSMemberTypes

Property Value

Attributes

Applies to