次の方法で共有


BatchId プロパティ

StagingBatch 複合型を使用してバッチ ID を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property BatchId As StagingBatch
    Get
    Friend Set
'使用
Dim instance As StagingProcessResponse
Dim value As StagingBatch

value = instance.BatchId
[MessageBodyMemberAttribute]
public StagingBatch BatchId { get; internal set; }
[MessageBodyMemberAttribute]
public:
property StagingBatch^ BatchId {
    StagingBatch^ get ();
    internal: void set (StagingBatch^ value);
}
[<MessageBodyMemberAttribute>]
member BatchId : StagingBatch with get, internal set
function get BatchId () : StagingBatch
internal function set BatchId (value : StagingBatch)