BRPublishCriteria.EntityId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an identifier for the entity of the business rules to be published.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

BRPublishCriteria Class
Microsoft.MasterDataServices Namespace

Return to top