ParentChild.RelationshipId Property

Definition

Gets or sets the relationship object (entity,attribute, or hierarchy) that associates a node with another.

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

Property Value

A new instance of type Identifier.

Attributes

Applies to