IAzClientContext::GetBusinessRuleString method (azroles.h)

The GetBusinessRuleString method returns the application-specific string for the business rule (BizRule).

Syntax

HRESULT GetBusinessRuleString(
  [out] BSTR *pbstrBusinessRuleString
);

Parameters

[out] pbstrBusinessRuleString

String that contains information about the BizRule. The format and contents of the string are defined by the application.

Return value

The return value is an HRESULT. A value of S_OK indicates success. Any other value indicates that the operation failed.

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

See also

BusinessRuleString

IAzClientContext