VersionCopyRequest.ToVersionDescription 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 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.