IFsrmClassifierModuleDefinition::put_NeedsExplicitValue method (fsrmpipeline.h)

Determines whether a rule that uses the classifier needs to provide the value for the classification property.

This property is read/write.

Syntax

HRESULT put_NeedsExplicitValue(
  VARIANT_BOOL needsExplicitValue
);

Parameters

needsExplicitValue

Return value

None

Remarks

If this value is VARIANT_FALSE, the classifier determines and provides the value.

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

IFsrmClassifierModuleDefinition