Compartir a través de


VersionCopyRequest.ToVersionName Propiedad

Gets or sets the name of the copied version.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property ToVersionName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

VersionCopyRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts