Share via


QuotaUsages class

Collection of usage

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<QuotaUsage>
    Microsoft.Web.Hosting.Administration.QuotaUsages

Namespace:  Microsoft.Web.Hosting.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<CollectionDataContractAttribute> _
Public Class QuotaUsages _
    Inherits List(Of QuotaUsage)
'Usage
Dim instance As QuotaUsages
[CollectionDataContractAttribute]
public class QuotaUsages : List<QuotaUsage>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

QuotaUsages members

Microsoft.Web.Hosting.Administration namespace