IFsrmClassificationRule::get_Value method (fsrmpipeline.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassificationRule class.]

The value that this rule will set the property to.

This property is read/write.

Syntax

HRESULT get_Value(
  BSTR *value
);

Parameters

value

Return value

None

Remarks

The classifier determines whether you must specify a value. If the classifier sets the IFsrmClassifierModuleDefinition.NeedsExplicitValue property to VARIANT_TRUE, then you must provide a value; otherwise, the classifier determines the value to set the property's value to (do not set this property).

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

IFsrmClassificationRule

MSFT_FSRMClassificationRule