Partager via


Propriété StagingBatchInformation.VersionId

Gets or sets the version identifier for the staging batch.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property VersionId As Integer 
    Get 
    Set
'Utilisation
Dim instance As StagingBatchInformation 
Dim value As Integer 

value = instance.VersionId

instance.VersionId = value
[DataMemberAttribute]
public int VersionId { get; set; }
[DataMemberAttribute]
public:
property int VersionId {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member VersionId : int with get, set
function get VersionId () : int 
function set VersionId (value : int)

Valeur de propriété

Type : System.Int32
The version identifier for the staging batch.

Voir aussi

Référence

StagingBatchInformation Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts