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