ParentChild.NextRelationshipType Property

Definition

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

Applies to