SPSolutionResourceUsageRecord.ResourceId property
Gets or sets the globally unique identifier (GUID) that corresponds to the SPResourceMeasure associated with the SPSolutionResourceUsageRecord in a SPResourceMeasureCollection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ResourceId As Guid
Get
Set
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim value As Guid
value = instance.ResourceId
instance.ResourceId = value
public Guid ResourceId { get; set; }
Property value
Type: System.Guid
The GUID that corresponds to the SPResourceMeasure associated with the SPSolutionResourceUsageRecord in a SPResourceMeasureCollection.
See also
Reference
SPSolutionResourceUsageRecord class