Share via


EntityStagingGetRequest.GetCriteria Property

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

Gets or sets the criteria to use to get entity staging batches.

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

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property GetCriteria As EntityStagingGetCriteria 
    Get 
    Set
'Usage
Dim instance As EntityStagingGetRequest 
Dim value As EntityStagingGetCriteria 

value = instance.GetCriteria

instance.GetCriteria = value
[MessageBodyMemberAttribute]
public EntityStagingGetCriteria GetCriteria { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityStagingGetCriteria^ GetCriteria {
    EntityStagingGetCriteria^ get ();
    void set (EntityStagingGetCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member GetCriteria : EntityStagingGetCriteria with get, set
function get GetCriteria () : EntityStagingGetCriteria 
function set GetCriteria (value : EntityStagingGetCriteria)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria
The criteria to use to get entity staging batches.

See Also

Reference

EntityStagingGetRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace