Version

GetTaskArgFromTask(IProjectTask,Boolean) Method

Syntax
'Declaration
 
Protected Overloads Shared Function GetTaskArgFromTask( _
   ByVal taskIn As Infragistics.Controls.Schedules.IProjectTask, _
   ByVal bRecordIndexMode As System.Boolean _
) As System.Object
protected static System.object GetTaskArgFromTask( 
   Infragistics.Controls.Schedules.IProjectTask taskIn,
   System.bool bRecordIndexMode
)
protected: static System.Object* GetTaskArgFromTask( 
   Infragistics.Controls.Schedules.IProjectTask* taskIn,
   System.bool bRecordIndexMode
) 

Parameters

taskIn
bRecordIndexMode
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