Partager via


Propriété VersionCopyRequest.ToVersionDescription

Gets or sets the description of the copied version.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property ToVersionDescription As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The description of the copied version.

Voir aussi

Référence

VersionCopyRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts