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