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