Share via


IFsrmQuotaObject.QuotaLimit Property

 

Retrieves or sets the quota limit for the object.

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

Syntax

object QuotaLimit { get; set; }
property Object^ QuotaLimit {
    Object^ get();
    void set(Object^ value);
}
abstract QuotaLimit : Object with get, set
Property QuotaLimit As Object

Property Value

Type: System.Object

Returns the quota limit for the object.

Implements

IFsrmQuotaBase.QuotaLimit

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top