Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the “cleared batches” also be returned in the results.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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 the “cleared batches” also be returned in the results; otherwise, false.
See Also
Reference
EntityStagingGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace