EntityStagingClearRequest.BatchId Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the batch identifier.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property BatchId As Integer
Get
Set
'Usage
Dim instance As EntityStagingClearRequest
Dim value As Integer
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public int BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchId {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchId : int with get, set
function get BatchId () : int
function set BatchId (value : int)
Property Value
Type: System.Int32
The batch identifier.
See Also
Reference
EntityStagingClearRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace