Share via


DerivedHierarchy.IsRecursive Property

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

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property IsRecursive As Boolean 
    Get 
    Friend Set
'Usage
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)

Property Value

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

See Also

Reference

DerivedHierarchy Class

Microsoft.MasterDataServices.Services.DataContracts Namespace