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