다음을 통해 공유


IFsrmPropertyBag.PropertyBagFlags Property

 

A set of flags that provide additional information about the property bag.

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

Syntax

uint PropertyBagFlags { get; }
property unsigned int PropertyBagFlags {
    unsigned int get();
}
abstract PropertyBagFlags : uint32 with get
ReadOnly Property PropertyBagFlags As UInteger

Property Value

Type: System.UInt32

Returns a UInt32 containing the set of flags.

See Also

IFsrmPropertyBag Interface
Microsoft.Storage Namespace

Return to top