IFsrmRule::get_RuleType method (fsrmpipeline.h)

The type of the rule.

This property is read-only.

Syntax

HRESULT get_RuleType(
  FsrmRuleType *ruleType
);

Parameters

ruleType

Return value

None

Remarks

The rule's type is specified when you call the IFsrmClassificationManager::CreateRule method to create the rule.

The name and rule type properties define a unique rule.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmRule