ValidationProcessCriteria.EntityId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the entity for the process.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier EntityId { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property Identifier^ EntityId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member EntityId : Identifier with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property EntityId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The identifier of the entity for the process.

See Also

ValidationProcessCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top