Touchstone Re 2023 API Reference
ProgramExpiresBeforeDate Property (GetAllCompanyLossSetsRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Api Namespace > GetAllCompanyLossSetsRequest Class : ProgramExpiresBeforeDate Property
Contains the expiration date of a program associated with a company loss file (clf) sets or company loss association (CLA).
Syntax
Public Property ProgramExpiresBeforeDate As Nullable(Of Date)
Dim instance As GetAllCompanyLossSetsRequest
Dim value As Nullable(Of Date)
 
instance.ProgramExpiresBeforeDate = value
 
value = instance.ProgramExpiresBeforeDate
public Nullable<DateTime> ProgramExpiresBeforeDate {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