VersionCopyRequest.ToVersionDescription Property

Definition

Specifies the description of the copied Version.

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

Property Value

The description of the copied Version.

Attributes

Remarks

If no ToVersionDescription is supplied then the copied Version's description will be the source Version's description.

Applies to