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.
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