ArcFM Responder Mobile Developer Guide
TaskField Constructor(FieldType)






Default constructor for us in GetByExample queries
Syntax
'Declaration
 
Public Function New( _
   ByVal fieldType As FieldType _
)
'Usage
 
Dim fieldType As FieldType
 
Dim instance As New TaskField(fieldType)
public TaskField( 
   FieldType fieldType
)
public TaskField( 
    fieldType: FieldType
); 
public function TaskField( 
   fieldType : FieldType
);
public: TaskField( 
   FieldType fieldType
)
public:
TaskField( 
   FieldType fieldType
)

Parameters

fieldType
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

TaskField Class
TaskField Members
Overload List

Send Feedback