次の方法で共有


VersionCopyRequest.ToVersionDescription プロパティ

コピーされるバージョンの説明を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property ToVersionDescription As String 
    Get 
    Set
'使用
Dim instance As VersionCopyRequest 
Dim value As String 

value = instance.ToVersionDescription

instance.ToVersionDescription = value
[MessageBodyMemberAttribute]
public string ToVersionDescription { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ ToVersionDescription {
    String^ get ();
    void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member ToVersionDescription : string with get, set
function get ToVersionDescription () : String 
function set ToVersionDescription (value : String)

プロパティ値

型: System.String
コピーされるバージョンの説明。

関連項目

参照

VersionCopyRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間