Share via


SPUsageUserCodeRequestsEntry.ProxyPid property

Gets or sets the process identifier (ID) of the process that runs the sandboxed solution request.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ProxyPid As Integer
    Get
    Set
'Usage
Dim instance As SPUsageUserCodeRequestsEntry
Dim value As Integer

value = instance.ProxyPid

instance.ProxyPid = value
public int ProxyPid { get; set; }

Property value

Type: System.Int32
The process ID.

See also

Reference

SPUsageUserCodeRequestsEntry class

SPUsageUserCodeRequestsEntry members

Microsoft.SharePoint.Administration namespace