Share via


HierarchyMembersGetCriteria.MemberType Property

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.

See Also

Reference

HierarchyMembersGetCriteria Class

Microsoft.MasterDataServices Namespace