Partager via


Propriété StagingBatchInformation.VersionId

Gets or sets the identifier of the version.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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
An integer that represents the version ID.

Voir aussi

Référence

StagingBatchInformation Classe

Espace de noms Microsoft.MasterDataServices