Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the usage value for the tracked resource.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ResourceUsage As Double
Get
Set
'Usage
Dim instance As SPSiteSolutionDailyResourceUsageRecord
Dim value As Double
value = instance.ResourceUsage
instance.ResourceUsage = value
public double ResourceUsage { get; set; }
Property Value
Type: System.Double
A Double representation of the usage record.
See Also
Reference
SPSiteSolutionDailyResourceUsageRecord Class