SPPersistedObjectStatisticsEntry.ProcessId property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProcessId As Integer
Get
Set
'Usage
Dim instance As SPPersistedObjectStatisticsEntry
Dim value As Integer
value = instance.ProcessId
instance.ProcessId = value
public int ProcessId { get; set; }
Property value
Type: System.Int32
See also
Reference
SPPersistedObjectStatisticsEntry class