ArcFM Responder Mobile Developer Guide
ParentTask Property (TaskField)






Syntax
'Declaration
 
Public Overridable Property ParentTask As Task
'Usage
 
Dim instance As TaskField
Dim value As Task
 
instance.ParentTask = value
 
value = instance.ParentTask
public virtual Task ParentTask {get; set;}
public read-write property ParentTask: Task; virtual; 
public function get,set ParentTask : Task
public: __property virtual Task* get_ParentTask();
public: __property virtual void set_ParentTask( 
   Task* value
);
public:
virtual property Task^ ParentTask {
   Task^ get();
   void set (    Task^ 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

TaskField Class
TaskField Members

Send Feedback