ArcFM Responder Mobile Developer Guide
Fields Field






Syntax
'Declaration
 
Public ReadOnly Fields As System.Collections.Generic.IList(Of ResponderFields)
'Usage
 
Dim instance As ResponderFeatureClass
Dim value As System.Collections.Generic.IList(Of ResponderFields)
 
value = instance.Fields
public readonly System.Collections.Generic.IList<ResponderFields> Fields
public field Fields: System.Collections.Generic.IList; readonly 
public var Fields : System.Collections.Generic.IList;
public: readonly System.Collections.Generic.IList<ResponderFields>* Fields
public:
readonly System.Collections.Generic.IList<ResponderFields>^ Fields
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

ResponderFeatureClass Class
ResponderFeatureClass Members

Send Feedback