Touchstone 11.0 API Reference
BusinessUnitSid Property (ExportCSVReinsuranceProgramRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Api Namespace > ExportCSVReinsuranceProgramRequest Class : BusinessUnitSid Property
(Required) Contains the Business Unit Sequential Identifier (SID), which is a Touchstone®-generated integer that uniquely identifies a Business Unit.

The Business Unit SID is an integer Sequential Identifier that the Touchstone application generates to identify a Business Unit uniquely. A Business Unit is a department, division, local office, or some other sub-group of an organization. You can define it any way you wish. The API analyzes data from a single Business Unit at a time.

Syntax
Public Property BusinessUnitSid As Integer
Dim instance As ExportCSVReinsuranceProgramRequest
Dim value As Integer
 
instance.BusinessUnitSid = value
 
value = instance.BusinessUnitSid
public int BusinessUnitSid {get; set;}
Remarks
Getting the Business Unit SID

To find the Business Unit SID to pass into any Touchstone API, call the GetBusinessUnits() method.

Example
The following example shows how to get the IDs of the Business Units for which data is stored on the Database Server using the GetBusinessUnits() method:
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

ExportCSVReinsuranceProgramRequest Class
ExportCSVReinsuranceProgramRequest Members