Share via


IFsrmPropertyBag2.VolumeName Property

 

Gets the VolumeName property.

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

Syntax

string VolumeName { get; }
property String^ VolumeName {
    String^ get();
}
abstract VolumeName : string with get
ReadOnly Property VolumeName As String

Property Value

Type: System.String

Returns the VolumeName property.

Implements

IFsrmPropertyBag.VolumeName

See Also

IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace

Return to top