Compartir a través de


DerivedHierarchy.IsRecursive Propiedad

Gets or sets a value that indicates whether the derived hierarchy includes a recursive relationship.

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

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property IsRecursive As Boolean 
    Get 
    Friend Set
'Uso
Dim instance As DerivedHierarchy 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the derived hierarchy includes a recursive relationship; otherwise, false.

Vea también

Referencia

DerivedHierarchy Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts