BLTClient Class Properties
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see BLTClient members.
| Name | Description | |
|---|---|---|
![]() | Changeset | Gets or sets the Management of Change (MoC) changeset associated with this Business Logic Tier (BLT) client instance. |
![]() | Component | Gets the friendly component name associated with this BLTClient instance. |
![]() | ExecuteTimeout | Gets or sets the timeout for executing the Business Object component. |
![]() | Hostname | Gets the server host name associated with this BLTClient instance. |
![]() | 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. |
![]() | NumParameters | Gets the number of parameters that are used in calling the Remote Procedure Call (RPC). |
![]() | Password | Gets or sets the unsecure password associated with the specified UserName (null, empty, or white-space only for single sign-on). |
![]() | RowsAffected | Gets the number of rows affected by the Business Object component’s Execute method. |
![]() | SecurePassword | Gets or sets the secure password associated with the specified UserName (null for single sign-on). |
![]() | Syntax | Gets the XML syntax string for the Business Object component. |
![]() | TabularResults | Gets the System.Data.DataSet containing any tabular results from the Business Logic Tier (BLT) call. |
![]() | 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. |
![]() | UsingGlobalConnection | Gets a value indicating whether the BLTClient instance is using the global Business Logic Tier (BLT) connection. |
![]() | XOSDisplayName | Gets or sets the Business Object component’s XOSDisplayName property. |
