Share via


SPUsageUserCodeRequestsMonitoredDataEntry.SolutionId property

Gets or sets the solution ID of the sandboxed solution.

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

Syntax

'Declaration
Public Property SolutionId As Guid
    Get
    Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Guid

value = instance.SolutionId

instance.SolutionId = value
public Guid SolutionId { get; set; }

Property value

Type: System.Guid
The ID of the sandboxed solution.

See also

Reference

SPUsageUserCodeRequestsMonitoredDataEntry class

SPUsageUserCodeRequestsMonitoredDataEntry members

Microsoft.SharePoint.Administration namespace