EntityMembersGetCriteria.ParentEntityId Property

Definition

Gets or sets the globally unique identifier (GUID) or the exact name of the parent member entity.

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

Property Value

A new instance of type Identifier.

Attributes

Remarks

ParentEntityId is required for derived hierarchies only and is ignored for explicit hierarchies and collections.

Applies to