ArcFM Responder Mobile Developer Guide
FieldType Property (FieldDefinition)






Syntax
'Declaration
 
Public Property FieldType As ESRI.ArcGIS.Geodatabase.esriFieldType
'Usage
 
Dim instance As FieldDefinition
Dim value As ESRI.ArcGIS.Geodatabase.esriFieldType
 
instance.FieldType = value
 
value = instance.FieldType
public ESRI.ArcGIS.Geodatabase.esriFieldType FieldType {get; set;}
public read-write property FieldType: ESRI.ArcGIS.Geodatabase.esriFieldType; 
public function get,set FieldType : ESRI.ArcGIS.Geodatabase.esriFieldType
public: __property ESRI.ArcGIS.Geodatabase.esriFieldType get_FieldType();
public: __property void set_FieldType( 
   ESRI.ArcGIS.Geodatabase.esriFieldType value
);
public:
property ESRI.ArcGIS.Geodatabase.esriFieldType FieldType {
   ESRI.ArcGIS.Geodatabase.esriFieldType get();
   void set (    ESRI.ArcGIS.Geodatabase.esriFieldType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FieldDefinition Class
FieldDefinition Members

Send Feedback