RoleNames Property
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the list of role names authorized to execute the Business Logic Tier (BLT) component.
public IEnumerable<string> RoleNames {get;}
public:
property IEnumerable<String^>^ RoleNames {
IEnumerable<String^>^ get();
}