IFsrmClassifierModuleDefinition.NeedsExplicitValue Property
Sets or retrieves a value that determines whether a rule that uses the classifier needs to provide the value for the classification property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool NeedsExplicitValue { get; set; }
property bool NeedsExplicitValue {
bool get();
void set(bool value);
}
abstract NeedsExplicitValue : bool with get, set
Property NeedsExplicitValue As Boolean
Property Value
Type: System.Boolean
Set to VARIANT_TRUE if a rule that uses the classifier needs to provide an explicit value (see Value); otherwise, VARIANT_FALSE. The default is VARIANT_TRUE.
Remarks
If this value is VARIANT_FALSE, the classifier determines and provides the value.
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top