EntityStagingGetCriteria.ModelId Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the model ID to use.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Identifier

The model ID to use.

See Also

EntityStagingGetCriteria Class
Microsoft.MasterDataServices Namespace

Return to top