IFsrmClassificationManager2.CreatePropertyDefinition Method ()

 

Creates a property definition.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

IFsrmPropertyDefinition CreatePropertyDefinition()
IFsrmPropertyDefinition^ CreatePropertyDefinition()
abstract CreatePropertyDefinition : unit -> IFsrmPropertyDefinition
Function CreatePropertyDefinition As IFsrmPropertyDefinition

Return Value

Type: Microsoft.Storage.IFsrmPropertyDefinition

Returns a IFsrmPropertyDefinition interface to the new property definition. To save the property definition, call the Commit method.

Implements

IFsrmClassificationManager.CreatePropertyDefinition()

Remarks

You create a property definition to define the property that you want to use to classify files. One or more classification rules can specify the property. The FSRM server limits the number of property definitions to 100.

You cannot delete a property that is referenced by a rule or report job.

See Also

IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace

Return to top