SPSiteSolutionDailyResourceUsageRecord.SolutionId Property
Unique identifier (GUID) corresponding to the solution identifier for this record.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SolutionId As Guid
Get
Set
'Usage
Dim instance As SPSiteSolutionDailyResourceUsageRecord
Dim value As Guid
value = instance.SolutionId
instance.SolutionId = value
public Guid SolutionId { get; set; }
Property Value
Type: System.Guid
A Guid representation of the solution identifier for this record.
See Also
Reference
SPSiteSolutionDailyResourceUsageRecord Class