Condividi tramite


Proprietà VersionCopyRequest.ToVersionName

Gets or sets the name of the copied version.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property ToVersionName As String 
    Get 
    Set
'Utilizzo
Dim instance As VersionCopyRequest 
Dim value As String 

value = instance.ToVersionName

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

Valore proprietà

Tipo: System.String
The name of the copied version.

Vedere anche

Riferimento

VersionCopyRequest Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts