OneToManyRelationshipMetadata.IsHierarchical Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets whether this relationship is the designated hierarchical self-referential relationship for this entity.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<bool> IsHierarchical { get; set; }
<DataMemberAttribute>
Public Property IsHierarchical As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Type: Nullable<Boolean>
true if this relationships is the designated hierarchical self-referential relationship for this entity; otherwise, false.
See Also
OneToManyRelationshipMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Hierarchical one-to-many entity relationships
Query hierarchical data
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright