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