Share via


IFsrmProperty.PropertyFlags Property

 

Retrieves flag values that provide additional information about a property.

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

Syntax

int PropertyFlags { get; }
property int PropertyFlags {
    int get();
}
abstract PropertyFlags : int with get
ReadOnly Property PropertyFlags As Integer

Property Value

Type: System.Int32

A Int32.

Remarks

For an example that demonstrates this property see Classifying Files.

See Also

IFsrmProperty Interface
Microsoft.Storage Namespace

Return to top