Share via


DerivedHierarchyLevel.MemberType Property

Gets or sets the member type.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberType As MemberType
    Get
    Set
'Usage
Dim instance As DerivedHierarchyLevel
Dim value As MemberType

value = instance.MemberType

instance.MemberType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberType MemberType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberType MemberType {
    MemberType get ();
    void set (MemberType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberType : MemberType with get, set
function get MemberType () : MemberType
function set MemberType (value : MemberType)

Property Value

Type: Microsoft.MasterDataServices.MemberType
A new instance of type MemberType.