Touchstone Re 2023 API Reference
CompanyLossSetSid Property (SubmitDeleteCompanyLossSetRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Api Namespace > SubmitDeleteCompanyLossSetRequest Class : CompanyLossSetSid Property
(Required) Contains the software-generated sequential identifier for the company loss set to delete.
Syntax
Public Property CompanyLossSetSid As Integer
Dim instance As SubmitDeleteCompanyLossSetRequest
Dim value As Integer
 
instance.CompanyLossSetSid = value
 
value = instance.CompanyLossSetSid
public int CompanyLossSetSid {get; set;}
Remarks
You can use the GetCompanyLossSet() method to retrieve a list of the existing company loss sets in a given company.
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

SubmitDeleteCompanyLossSetRequest Class
SubmitDeleteCompanyLossSetRequest Members