VersionCopyRequest Class

Definition

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
VersionCopyRequest
Attributes

Constructors

VersionCopyRequest()

Initializes a new instance of the VersionCopyRequest class.

Properties

FromVersionId

Specifies source Guid (Identifier) of the Version to copy.

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.

Applies to

See also