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