Condividi tramite


Proprietà StagingBatchInformation.VersionName

Gets or sets the version name.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property VersionName As String
    Get
    Set
'Utilizzo
Dim instance As StagingBatchInformation
Dim value As String

value = instance.VersionName

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

Valore proprietà

Tipo: System.String
A string that represents the version name.

Vedere anche

Riferimento

StagingBatchInformation Classe

Spazio dei nomi Microsoft.MasterDataServices