StagingBatchInformation.VersionName プロパティ

バージョン名を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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
バージョン名を表す文字列。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices 名前空間