IFsrmClassificationRule::put_PropertyAffected 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 name of the property that this rule affects.
This property is read/write.
Syntax
HRESULT put_PropertyAffected(
BSTR property
);
Parameters
property
Return value
None
Remarks
If the classifier specifies a list of properties that it affects (see IFsrmClassifierModuleDefinition::PropertiesAffected), the property that you specify must exist in the list of affected properties.
To enumerate the properties that have been defined, call the IFsrmClassificationManager::EnumPropertyDefinitions method. To access the name of the property, use the IFsrmPropertyDefinition.Name 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 |