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 request identifier (ID) of the sandboxed solution request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RequestId As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsEntry
Dim value As Integer
value = instance.RequestId
instance.RequestId = value
public int RequestId { get; set; }
Property Value
Type: System.Int32
The request ID of the sandboxed solution request.
See Also
Reference
SPUsageUserCodeRequestsEntry Class