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 process that is used to log the request entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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