EntityStagingBatchCriteria.BatchTag Property

 

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

Gets or sets a user-defined batch tag.

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

Syntax

[DataMemberAttribute]
public string BatchTag { get; set; }
public:
[DataMemberAttribute]
property String^ BatchTag {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member BatchTag : string with get, set
<DataMemberAttribute>
Public Property BatchTag As String

Property Value

Type: System.String

A user-defined batch tag.

See Also

EntityStagingBatchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top