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.
Specifies the collection of rules and relevant property definitions the classifier should expect to process.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void UseRulesAndDefinitions(
IFsrmCollection Rules,
IFsrmCollection propertyDefinitions
)
void UseRulesAndDefinitions(
IFsrmCollection^ Rules,
IFsrmCollection^ propertyDefinitions
)
abstract UseRulesAndDefinitions :
Rules:IFsrmCollection *
propertyDefinitions:IFsrmCollection -> unit
Sub UseRulesAndDefinitions (
Rules As IFsrmCollection,
propertyDefinitions As IFsrmCollection
)
Parameters
Rules
Type: Microsoft.Storage.IFsrmCollectionAn IFsrmCollection instance representing a collection of rules that will be used during the current classification session.
propertyDefinitions
Type: Microsoft.Storage.IFsrmCollectionAn IFsrmCollection instance representing a collection of property definitions that are referenced by the specified collection of rules.
See Also
IFsrmCollection
IFsrmClassifierModuleImplementation Interface
Microsoft.Storage Namespace
Return to top