StagingBatchInformation.VersionName Property

 

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

[DataMemberAttribute]
public string VersionName { get; set; }
public:
[DataMemberAttribute]
property String^ VersionName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member VersionName : string with get, set
<DataMemberAttribute>
Public Property VersionName As String

Property Value

Type: System.String

The name of the version for the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top