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.
Unique identifier (GUID) corresponding to the [Microsoft.SharePoint.Administration.SPResourceMeasure] object associated with this record.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ResourceId As Guid
Get
Set
'Usage
Dim instance As SPSiteSolutionDailyResourceUsageRecord
Dim value As Guid
value = instance.ResourceId
instance.ResourceId = value
public Guid ResourceId { get; set; }
Property Value
Type: System.Guid
A Guid unique identifier.
Remarks
A [Microsoft.SharePoint.Administration.SPResourceMeasure] objet encapsulates the administrative thresholds and logic that regulate server/OS resource participation into global server resource usage.
See Also
Reference
SPSiteSolutionDailyResourceUsageRecord Class