Share via


QuotaUsage.CurrentValue property

The current value of the resource counter

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CurrentValue As Long
    Get
    Set
'Usage
Dim instance As QuotaUsage
Dim value As Long

value = instance.CurrentValue

instance.CurrentValue = value
[DataMemberAttribute]
public long CurrentValue { get; set; }

Property value

Type: System.Int64

See also

Reference

QuotaUsage class

QuotaUsage members

Microsoft.Web.Hosting.Administration namespace