QuotaUsage.Limit property
The resource limit
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Limit As Long
Get
Set
'Usage
Dim instance As QuotaUsage
Dim value As Long
value = instance.Limit
instance.Limit = value
[DataMemberAttribute]
public long Limit { get; set; }
Property value
Type: System.Int64