StagingBatch.BatchId Property

Definition

Gets or sets an ID that uniquely identifies the batch.

public:
 property Microsoft::MasterDataServices::Identifier ^ BatchId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier BatchId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BatchId : Microsoft.MasterDataServices.Identifier with get, set
Public Property BatchId As Identifier

Property Value

A new instance of type Identifier.

Attributes

Applies to