UpdateTypeDataCommand.MemberType 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.
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