Share via


SPSiteSolutionDailyResourceUsageRecord.ResourceId property

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)

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

SPSiteSolutionDailyResourceUsageRecord members

Microsoft.SharePoint namespace