ValidationError.EntityId Property

Definition

Specify the entity that the error belongs to.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ EntityId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier EntityId { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.EntityId : Microsoft.MasterDataServices.Services.DataContracts.Identifier
Public ReadOnly Property EntityId As Identifier

Property Value

The entity identifier that the error belongs to.

Attributes

Applies to