CsvField Constructor (String, Type, Boolean, NormalizeColumnDataMethod)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
type As Type, _
isIndexed As Boolean, _
normalizeMethod As NormalizeColumnDataMethod _
)
'Usage
Dim name As String
Dim type As Type
Dim isIndexed As Boolean
Dim normalizeMethod As NormalizeColumnDataMethod
Dim instance As New CsvField(name, type, _
isIndexed, normalizeMethod)
public CsvField(
string name,
Type type,
bool isIndexed,
NormalizeColumnDataMethod normalizeMethod
)
Parameters
- name
Type: System.String
- type
Type: System.Type
- isIndexed
Type: System.Boolean
- normalizeMethod
Type: Microsoft.Exchange.Diagnostics.NormalizeColumnDataMethod
See Also