SPUsageUserCodeRequestsMonitoredDataEntry.RequestId property
Gets or sets the request ID of the sandboxed solution request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestId As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Integer
value = instance.RequestId
instance.RequestId = value
public int RequestId { get; set; }
Property value
Type: System.Int32
The request ID.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class