Share via


EntityStagingLoadRequest.BatchTag 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 tag to identify the staging batch.

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

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property BatchTag As String 
    Get 
    Set
'Usage
Dim instance As EntityStagingLoadRequest 
Dim value As String 

value = instance.BatchTag

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

Property Value

Type: System.String
The batch tag to identify the staging batch.

See Also

Reference

EntityStagingLoadRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace