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