HierarchyMembersGetCriteria.MemberType Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property MemberType As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The type of members that are retrieved.

Vea también

Referencia

HierarchyMembersGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices