OneToManyRelationshipMetadata.IsHierarchical Property
Applies To: Dynamics CRM 2015
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; }
public:
[DataMemberAttribute]
property Nullable<bool> IsHierarchical {
Nullable<bool> get();
void set(Nullable<bool> value);
}
[<DataMemberAttribute>]
member IsHierarchical : Nullable<bool> with 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
© 2016 Microsoft. All rights reserved. Copyright