ArcFM Responder Mobile Developer Guide
Fields Property (Task)






Syntax
'Declaration
 
Public Overridable ReadOnly Property Fields As System.Collections.Generic.IList(Of TaskField)
'Usage
 
Dim instance As Task
Dim value As System.Collections.Generic.IList(Of TaskField)
 
value = instance.Fields
public virtual System.Collections.Generic.IList<TaskField> Fields {get;}
public read-only property Fields: System.Collections.Generic.IList; virtual; 
public function get Fields : System.Collections.Generic.IList
public: __property virtual System.Collections.Generic.IList<TaskField*>* get_Fields();
public:
virtual property System.Collections.Generic.IList<TaskField^>^ Fields {
   System.Collections.Generic.IList<TaskField^>^ get();
}
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

Task Class
Task Members

Send Feedback