Touchstone Re 2023 API Reference
CopyOptions Property (CopyProgramRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Api Namespace > CopyProgramRequest Class : CopyOptions Property
(Required) Contains a set of options that enable you to specify how Touchstone Re copies a Reinsurance Program. For example, you can specify whether to copy all the inuring (or child) reinsurance programs associated with the initial reinsurance program to copy.
Syntax
Public Property CopyOptions As CopyProgramApiOptions
Dim instance As CopyProgramRequest
Dim value As CopyProgramApiOptions
 
instance.CopyOptions = value
 
value = instance.CopyOptions
public CopyProgramApiOptions CopyOptions {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CopyProgramRequest Class
CopyProgramRequest Members