Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 get_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 |