VersionCopyRequest.ToVersionName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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]