ValidationError.EntityId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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