Share via


IFsrmQuotaObject.Path Property

 

Retrieves the path to which the quota applies.

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

Syntax

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

Property Value

Type: System.String

A String that contains the path to which the quota applies.

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top