SPSolutionResourceUsageRecord.SolutionId Property
Gets or sets the GUID of the solution for the SPSolutionResourceUsageRecord.
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 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