Compartir a través de


CsvField Constructor (String, Type, Version)

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As Type, _
    buildAdded As Version _
)
'Usage
Dim name As String
Dim type As Type
Dim buildAdded As Version

Dim instance As New CsvField(name, type, _
    buildAdded)
public CsvField(
    string name,
    Type type,
    Version buildAdded
)

Parameters