Share via


EntityStagingGetCriteria.IncludeClearedBatches Property

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

Gets or sets whether “cleared batches” also be returned in the results.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
    Get
    Set
'Usage
Dim instance As EntityStagingGetCriteria
Dim value As Boolean

value = instance.IncludeClearedBatches

instance.IncludeClearedBatches = value
[DataMemberAttribute]
public bool IncludeClearedBatches { get; set; }
[DataMemberAttribute]
public:
property bool IncludeClearedBatches {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IncludeClearedBatches : bool with get, set
function get IncludeClearedBatches () : boolean
function set IncludeClearedBatches (value : boolean)

Property Value

Type: System.Boolean
True if “cleared batches” also be returned in the results; otherwise, false.

See Also

Reference

EntityStagingGetCriteria Class

Microsoft.MasterDataServices Namespace