BLTMessage Constructor(String,DALBLTMessageType,Boolean)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new BLTMessage instance with a specified hostName, messageType, and the browseEnabledComponentsOnly.
public BLTMessage(
string hostName,
DALBLTMessageType messageType,
bool browseEnabledComponentsOnly
)
public:
BLTMessage(
String^ hostName,
DALBLTMessageType messageType,
bool browseEnabledComponentsOnly
)
Parameters
- hostName
- The host name where this component will execute.
- messageType
- Indicates whether you want to get the syntax or execute a Business Logic Tier (BLT) component.
- browseEnabledComponentsOnly
- Indicates whether components are browse-enabled only.