SPSolutionResourceUsageRecord.SolutionId property
Gets or sets the GUID of the solution for the SPSolutionResourceUsageRecord.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SolutionId As Guid
Get
Set
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim value As Guid
value = instance.SolutionId
instance.SolutionId = value
public Guid SolutionId { get; set; }
Property value
Type: System.Guid
The GUID of the solution for the SPSolutionResourceUsageRecord.
See also
Reference
SPSolutionResourceUsageRecord class