Compartilhar via


Propriedade do RDL ToVersionDescription

Gets or sets an optional string containing the description of the new version.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property ToVersionDescription As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
String representing the description.