IAzTask::get_BizRuleLanguage method (azroles.h)

The BizRuleLanguage property sets or retrieves the scripting language in which the business rule (BizRule) is implemented.

This property is read/write.

Syntax

HRESULT get_BizRuleLanguage(
  BSTR *pbstrProp
);

Parameters

pbstrProp

Return value

None

Remarks

This property must be set before the BizRule property is set.

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

BizRule

BizRuleImportedPath

IAzTask