Share via


HierarchyMembersGetCriteria.MemberType Property

Gets or sets the type of members that are retrieved by the operation.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MemberType As Integer 
    Get 
    Set
'Usage
Dim instance As HierarchyMembersGetCriteria 
Dim value As Integer 

value = instance.MemberType

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

Property Value

Type: System.Int32
The type of members that are retrieved by the operation.

See Also

Reference

HierarchyMembersGetCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace