Share via


SPSiteSolutionDailyResourceUsageRecord.SolutionId property

Unique identifier (GUID) corresponding to the solution identifier for this record.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPSiteSolutionDailyResourceUsageRecord members

Microsoft.SharePoint namespace