CsvFieldCache.AtEnd Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public ReadOnly Property AtEnd As Boolean
Get
'Usage
Dim instance As CsvFieldCache
Dim value As Boolean
value = instance.AtEnd
public bool AtEnd { get; }
Property Value
Type: System.Boolean
See Also