EntityStagingBatch.BatchId Property

 

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

Gets or sets the staging batch identifier.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> BatchId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<int> BatchId {
    Nullable<int> get();
    void set(Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Nullable<int> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BatchId As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

The staging batch identifier.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top