IAzBizRuleContext::get_BusinessRuleString method (azroles.h)
The BusinessRuleString property sets or retrieves an application-specific string for the Business Rule (BizRule).
This property is read/write.
Syntax
HRESULT get_BusinessRuleString(
BSTR *pbstrBusinessRuleString
);
Parameters
pbstrBusinessRuleString
Return value
None
Remarks
This property is returned to the application that called the IAzClientContext::AccessCheck method. One possible use of this property is to explain the reason that the BizRule denied access to the user.
The maximum length of this property is 65,536 characters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | azroles.h |
Library | Azroles.lib |
DLL | Azroles.dll |
Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |