SPSiteSolutionResourceUsageQuotaRecord.ResourceQuota Property
The quota value for the tracked solution.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ResourceQuota As Double
Get
'Usage
Dim instance As SPSiteSolutionResourceUsageQuotaRecord
Dim value As Double
value = instance.ResourceQuota
public double ResourceQuota { get; }
Property Value
Type: System.Double
A Double representation of the quota value..
See Also
Reference
SPSiteSolutionResourceUsageQuotaRecord Class