IFsrmPropertyBag.VolumeIndex Property

 

Gets the index that the scanner uses to refer to the volume on which the file exists.

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

Syntax

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

Property Value

Type: System.UInt32

Returns a UInt32 containing the index that the scanner uses to refer to the volume on which the file exists.

See Also

IFsrmPropertyBag Interface
Microsoft.Storage Namespace

Return to top