IAzTask::get_BizRule method (azroles.h)

The BizRule property sets or retrieves the text of the script that implements the business rule (BizRule).

This property is read/write.

Syntax

HRESULT get_BizRule(
  BSTR *pbstrProp
);

Parameters

pbstrProp

Return value

None

Remarks

The maximum length of this property is 65,536 characters.

Important  The BizRuleLanguage property must be set before this property is set.
 
An IAzTask object that is a child object of a delegated IAzScope object cannot have an associated BizRule.

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

BizRuleImportedPath

BizRuleLanguage

IAzTask