IFsrmClassifierModuleDefinition::NeedsExplicitValue property
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(
[in] VARIANT_BOOL needsExplicitValue
);
HRESULT get_NeedsExplicitValue(
[out] VARIANT_BOOL *pNeedsExplicitValue
);
Property value
Set to VARIANT_TRUE if a rule that uses the classifier needs to provide an explicit value (see IFsrmClassificationRule::Value); otherwise, VARIANT_FALSE. The default is VARIANT_TRUE.
Error codes
The method returns the following return values.
| Name | Meaning |
|---|---|
|
Success |
Remarks
If this value is VARIANT_FALSE, the classifier determines and provides the value.
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
DLL |
|
|
IID |
IID_IFsrmClassifierModuleDefinition is defined as bb36ea26-6318-4b8c-8592-f72dd602e7a5 |
See also
Send comments about this topic to Microsoft
Build date: 12/6/2012
