VersionCopyRequest.ToVersionName Property

Definition

Specifies the name of the copied Version.

public:
 property System::String ^ ToVersionName { System::String ^ get(); void set(System::String ^ value); };
[System.ServiceModel.MessageBodyMember]
public string ToVersionName { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ToVersionName : string with get, set
Public Property ToVersionName As String

Property Value

The name of the copied Version.

Attributes

Examples

Copy (2) of Product Version 4

Remarks

If no ToVersionName is supplied then the copied Version's name will be generated with the format:

Copy ([Next Version Number]) of [Source Version Name]

Applies to