SPUsageUserCodeRequestsEntry.UsagePid property
Gets or sets the identifier (ID) of the process that is used to log the request entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsagePid As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsEntry
Dim value As Integer
value = instance.UsagePid
instance.UsagePid = value
public int UsagePid { get; set; }
Property value
Type: System.Int32
The ID of the process that is used to log the request entry.
See also
Reference
SPUsageUserCodeRequestsEntry class