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