IFsrmQuotaBase.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 a Object containing the quota limit, in bytes, for the object. The minimum quota limit is 1,500 bytes.

The variant type is VT_UI8. Set the ullVal member of the variant to the limit.

See Also

IFsrmQuotaBase Interface
Microsoft.Storage Namespace

Return to top