Gets or sets the field’s type. See
FieldType for supported types. Keep it null (
Nothing in Visual Basic) to select type automatically based on the data.
Syntax
'Declaration
Public Property Type As String
public string Type {get; set;}
Property Value
Field type.
See Also