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 | |
---|---|---|
Name | Retrieves the name of the property. |
|
PropertyFlags | Retrieves flag values that provide additional information about a property. |
|
Sources | Retrieves the modules and rules that have set the value. |
|
Value | Retrieves the value of the property. |
Remarks
The following methods return this interface:
For an example that demonstrates this interface see Classifying Files.
See Also
Return to top