ParentChild.ChildEntityId Property

Definition

Gets or sets the entity that is associated with the child node of the relationhip.

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

Property Value

A new instance of type Identifier.

Attributes

Applies to