public string FieldType { get; set; }
Public Property FieldType As String Get Set
public: property String^ FieldType { String^ get (); void set (String^ value); }
member FieldType : string with get, set