ParentChild.RelationshipType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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