Compartir a través de


StagingBatchInformation.VersionName Propiedad

Gets or sets the name of the version for the staging batch.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property VersionName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The name of the version for the staging batch.

Vea también

Referencia

StagingBatchInformation Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts