共用方式為


StagingBatchInformation.VersionName 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property VersionName As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

StagingBatchInformation 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間