IFsrmPropertyBag.FilePropertyNames Property

 

Retrieves a list of the names of the properties that the bag contains.

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

Syntax

object[] FilePropertyNames { get; }
property array<Object^>^ FilePropertyNames {
    array<Object^>^ get();
}
abstract FilePropertyNames : Object[] with get
ReadOnly Property FilePropertyNames As Object()

Property Value

Type: System.Object[]

Returns a Object containing a list of the property names in the bag. The SAFEARRAY contains variants of type VT_BSTR. For each item in the array, use the bstrVal member to access the property name.

See Also

GetFileProperty
SetFileProperty
IFsrmPropertyBag Interface
Microsoft.Storage Namespace

Return to top