Touchstone Re 2023 API Reference
ClsInstalledBeforeDate Property (GetAllCompanyLossSetsRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Api Namespace > GetAllCompanyLossSetsRequest Class : ClsInstalledBeforeDate Property
Contains the prior date of installation of company loss files (clf) set.
Syntax
Public Property ClsInstalledBeforeDate As Nullable(Of Date)
Dim instance As GetAllCompanyLossSetsRequest
Dim value As Nullable(Of Date)
 
instance.ClsInstalledBeforeDate = value
 
value = instance.ClsInstalledBeforeDate
public Nullable<DateTime> ClsInstalledBeforeDate {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

GetAllCompanyLossSetsRequest Class
GetAllCompanyLossSetsRequest Members