IFsrmClassifierModuleDefinition::PropertiesAffected property
The list of property names that the classifier can affect.
This property is read/write.
Syntax
HRESULT put_PropertiesAffected(
[in] SAFEARRAY(VARIANT) propertiesAffected
);
HRESULT get_PropertiesAffected(
[out] SAFEARRAY(VARIANT) *pPropertiesAffected
);
Property value
An array of property names that the classifier can affect. Each element of the SAFEARRAY is a variant of type VT_BSTR. Set the bstrVal member of the variant to the property name.
Error codes
The method returns the following return values.
| Name | Meaning |
|---|---|
|
Success |
|
The propertiesAffected parameter contains invalid array entries. |
Remarks
This list is optional. Specify a list of properties only if you want to limit the properties that this classifier can affect; otherwise, if the list is empty, the classifier can affect any property in the file.
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
