Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identifier (ID) of the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
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 SPUsageUserCodeRequestsEntry
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
SPUsageUserCodeRequestsEntry Class