StagingBatchInformation.VersionId Property

 

Gets or sets the version identifier for the staging batch.

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

Syntax

[DataMemberAttribute]
public int VersionId { get; set; }
public:
[DataMemberAttribute]
property int VersionId {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member VersionId : int with get, set
<DataMemberAttribute>
Public Property VersionId As Integer

Property Value

Type: System.Int32

The version identifier for the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top