Share via


IFsrmProperty Interface

 

Defines an instance of a property.

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

Syntax

[GuidAttribute("4A73FEE4-4102-4FCC-9FFB-38614F9EE768")]
public interface IFsrmProperty
[GuidAttribute("4A73FEE4-4102-4FCC-9FFB-38614F9EE768")]
public interface class IFsrmProperty
[<GuidAttribute("4A73FEE4-4102-4FCC-9FFB-38614F9EE768")>]
type IFsrmProperty = interface end
<GuidAttribute("4A73FEE4-4102-4FCC-9FFB-38614F9EE768")>
Public Interface IFsrmProperty

Properties

Name Description
System_CAPS_pubproperty Name

Retrieves the name of the property.

System_CAPS_pubproperty PropertyFlags

Retrieves flag values that provide additional information about a property.

System_CAPS_pubproperty Sources

Retrieves the modules and rules that have set the value.

System_CAPS_pubproperty Value

Retrieves the value of the property.

Remarks

The following methods return this interface:

  1. GetFileProperty

  2. GetFileProperty

  3. EnumFileProperties

For an example that demonstrates this interface see Classifying Files.

See Also

Microsoft.Storage Namespace

Return to top