Item Property (BLTRegistry)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets or sets the named Business Logic Tier (BLT) component in the registry.
public BLTProperties this[
string name
]; {get; set;}
public:
property BLTProperties default [String^] {
BLTProperties get(String^ name);
void set (String^ name, BLTProperties value);
}
Parameters
- name
- The Business Logic Tier (BLT) component name.
Property Value
The BLTProperties instance.| Exception | Description |
|---|---|
| System.ArgumentException | Tried to add the name to the Business Logic Tier (BLT) registry, but it already exists. |