Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the version for the staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property VersionName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The name of the version for the staging batch.
Siehe auch
Verweis
StagingBatchInformation Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace