Map Business Online SDK
Type Property (FieldCustomization)

MBO Namespace > FieldCustomization Class : Type Property
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.
Remarks
Setting of FieldType.Point and FieldType.MatchLevel is not supported.
See Also

Reference

FieldCustomization Class
FieldCustomization Members