IBLTClient Interface Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by IBLTClient.
| Name | Description | |
|---|---|---|
![]() | Changeset | Gets or sets the Management of Change (MoC) changeset associated with this Business Logic Tier (BLT) client instance. |
![]() | ExecuteTimeout | Gets or sets the timeout for executing the Business Object component. |
![]() | Locale | Gets or sets which locale the Business Object component will use for internationalizing strings. |
![]() | MaxRowsToReturn | Gets or sets a hint to the Business Object as to how many rows to return. |
![]() | Password | Gets or sets the unsecure password associated with the specified UserName (null, empty, or white-space only for single sign-on). |
![]() | SecurePassword | Gets or sets the secure password associated with the specified UserName (null for single sign-on). |
![]() | TimeZone | Gets or sets the time zone that the Business Object component will use for parsing and formatting datetime strings. |
![]() | UserName | Gets or sets the username associated with the underlying execution context (null, empty, or white-space only for single sign-on). |
![]() | UseSystemLinkCertUser | Gets or sets the flag to use the bridgehead user. |
![]() | XOSDisplayName | Gets or sets the Business Object component’s XOSDisplayName property. |
| Name | Description | |
|---|---|---|
![]() | AddParameter | Overloaded. Adds an input value to the Business Object Remote Procedure Call (RPC). |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | Execute | Overloaded. Invokes the Business Object component’s Execute method, optionally impersonating the current thread identity (if impersonation is supported). |
![]() | GetResults | Gets the dataset containing any data results from the Business Logic Tier (BLT) call. |
![]() | GetSyntax | Gets the Business Object component’s syntax as an XML string. |

