ParentChild.RelationshipType Property

Definition

Gets or sets the type that drives the relationship.

public:
 property Microsoft::MasterDataServices::HierarchyItemType RelationshipType { Microsoft::MasterDataServices::HierarchyItemType get(); void set(Microsoft::MasterDataServices::HierarchyItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.HierarchyItemType RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RelationshipType : Microsoft.MasterDataServices.HierarchyItemType with get, set
Public Property RelationshipType As HierarchyItemType

Property Value

One of the values of HierarchyItemType. Possible values are ConsolidatedDBA, DBA, Entity, or Hierarchy.

Attributes

Applies to