ParentChild.NextRelationshipId Property

Definition

Gets or sets the identifier for the object that defines the relationship between an item and its children.

public:
 property Microsoft::MasterDataServices::Identifier ^ NextRelationshipId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier NextRelationshipId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.NextRelationshipId : Microsoft.MasterDataServices.Identifier with get, set
Public Property NextRelationshipId As Identifier

Property Value

A new instance of type Identifier.

Attributes

Remarks

NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.

Applies to