共用方式為


VersionCopyRequest.ToVersionDescription 屬性

Gets or sets the description of the copied version.

命名空間:  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
The description of the copied version.

請參閱

參考

VersionCopyRequest 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間