IFsrmProperty Interface

 

Defines an instance of a property.

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

<GuidAttribute("4A73FEE4-4102-4FCC-9FFB-38614F9EE768")>
Public Interface IFsrmProperty

NameDescription
System_CAPS_pubpropertyName

Retrieves the name of the property.

System_CAPS_pubpropertyPropertyFlags

Retrieves flag values that provide additional information about a property.

System_CAPS_pubpropertySources

Retrieves the modules and rules that have set the value.

System_CAPS_pubpropertyValue

Retrieves the value of the property.

The following methods return this interface:

  1. GetFileProperty

  2. GetFileProperty

  3. EnumFileProperties

For an example that demonstrates this interface see Classifying Files.

Return to top

Community Additions

ADD
Show: