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.
참고 항목
참조
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스