Compartir a través de


HierarchyMembersGetCriteria.Ancestors Propiedad

Gets or sets a value that indicates whether the ancestors of the supplied member code will be retrieved.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Ancestors As Boolean 
    Get 
    Set
'Uso
Dim instance As HierarchyMembersGetCriteria 
Dim value As Boolean 

value = instance.Ancestors

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

Valor de la propiedad

Tipo: System.Boolean
true if the ancestors of the supplied member code will be retrieved; otherwise, false.

Vea también

Referencia

HierarchyMembersGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts