Public Property BusinessUnitSid As Integer
Dim instance As GetHazardAnalysisTemplatesRequest Dim value As Integer instance.BusinessUnitSid = value value = instance.BusinessUnitSid
public int BusinessUnitSid {get; set;}
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.
Public Property BusinessUnitSid As Integer
Dim instance As GetHazardAnalysisTemplatesRequest Dim value As Integer instance.BusinessUnitSid = value value = instance.BusinessUnitSid
public int BusinessUnitSid {get; set;}
To find the Business Unit SID to pass into any Touchstone API, call the GetBusinessUnits() method.
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