VersionCopyRequest Class
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.
The VersionCopyRequest element MUST include the FromVersionId property as a GUID. It MUST also include the following string properties:
- ToVersionDescription
- ToVersionName
public ref class VersionCopyRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class VersionCopyRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type VersionCopyRequest = class
inherit MessageRequest
Public Class VersionCopyRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
VersionCopyRequest() |
Initializes a new instance of the VersionCopyRequest class. |
Properties
FromVersionId | |
International |
Specifies client localization information. (Inherited from MessageRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
ToVersionDescription |
Specifies the description of the copied Version. |
ToVersionName |
Specifies the name of the copied Version. |