IAzTask::get_BizRuleImportedPath method (azroles.h)

The BizRuleImportedPath property sets or retrieves the path to the file from which the business rule (BizRule) is imported.

This property is read/write.

Syntax

HRESULT get_BizRuleImportedPath(
  BSTR *pbstrProp
);

Parameters

pbstrProp

Return value

None

Remarks

The path information is stored for use by the UI. The UI should supply a mechanism to synchronize the contents of the file and this property.

The maximum length of this property is 512 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

See also

BizRule

BizRuleLanguage

IAzTask