LifetimeEntry.ProcessId Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Property ProcessId As Integer
Get
Set
'Usage
Dim instance As LifetimeEntry
Dim value As Integer
value = instance.ProcessId
instance.ProcessId = value
public int ProcessId { get; set; }
Property Value
Type: System.Int32
See Also