ArcFM Responder Mobile Developer Guide
FieldEditor Property (IMMFieldAdapterEx)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Property FieldEditor As ESRI.ArcGIS.esriSystem.UID
'Usage
 
Dim instance As IMMFieldAdapterEx
Dim value As ESRI.ArcGIS.esriSystem.UID
 
instance.FieldEditor = value
 
value = instance.FieldEditor
[System.Runtime.InteropServices.DispId(1610678275)]
ESRI.ArcGIS.esriSystem.UID FieldEditor {get; set;}
read-write property FieldEditor: ESRI.ArcGIS.esriSystem.UID; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get,set FieldEditor : ESRI.ArcGIS.esriSystem.UID
[System.Runtime.InteropServices.DispId(1610678275)]
__property ESRI.ArcGIS.esriSystem.UID* get_FieldEditor();
__property void set_FieldEditor( 
   ESRI.ArcGIS.esriSystem.UID* value
);
[System.Runtime.InteropServices.DispId(1610678275)]
property ESRI.ArcGIS.esriSystem.UID^ FieldEditor {
   ESRI.ArcGIS.esriSystem.UID^ get();
   void set (    ESRI.ArcGIS.esriSystem.UID^ 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

IMMFieldAdapterEx Interface
IMMFieldAdapterEx Members

Send Feedback