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)
Available in Sandboxed Solutions: No
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