ParentChild.NextRelationshipType 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 hierarchy item type that defines how an item relates to its children.
public:
property Microsoft::MasterDataServices::HierarchyItemType NextRelationshipType { Microsoft::MasterDataServices::HierarchyItemType get(); void set(Microsoft::MasterDataServices::HierarchyItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.HierarchyItemType NextRelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NextRelationshipType : Microsoft.MasterDataServices.HierarchyItemType with get, set
Public Property NextRelationshipType As HierarchyItemType
Property Value
A new instance of type HierarchyItemType.
- Attributes