Share via


IFsrmAutoApplyQuota.QuotaLimit Property

 

Gets and sets the QuotaLimit property.

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 QuotaLimit property.

Implements

IFsrmQuotaObject.QuotaLimit

See Also

IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace

Return to top