Свойство StagingBatch.BatchId

Gets or sets the identifier of the batch.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Identifier 
    Get 
    Set
'Применение
Dim instance As StagingBatch 
Dim value As Identifier 

value = instance.BatchId

instance.BatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BatchId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Identifier with get, set
function get BatchId () : Identifier 
function set BatchId (value : Identifier)

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the batch.

См. также

Справочник

StagingBatch Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts