Edit

Share via


StatusingDataSet.TasksRow Class

Definition

Specifies one row of task status data.

public: ref class StatusingDataSet::TasksRow : System::Data::DataRow
public class StatusingDataSet.TasksRow : System.Data.DataRow
type StatusingDataSet.TasksRow = class
    inherit DataRow
Public Class StatusingDataSet.TasksRow
Inherits DataRow
Inheritance
StatusingDataSet.TasksRow

Properties

PROJ_UID

Specifies a unique identifier for the project that is associated with the task.

TASK_ACT_COST

Indicates the actual cost of the task.

TASK_ACT_DUR

Specifies the actual duration of the task.

TASK_ACT_FINISH

Specifies the actual finish date and time of the task.

TASK_ACT_OVT_COST

Specifies the actual overtime cost of the task.

TASK_ACT_OVT_WORK

Specifies the actual overtime work hours for the task.

TASK_ACT_START

Specifies the actual start date and time for the task.

TASK_ACT_WORK

Specifies the actual non-overtime work hours for the task.

TASK_BUDGET_COST

Represents the total budgeted cost for the task.

TASK_BUDGET_WORK

Represents the total budgeted work for the task.

TASK_CAL_UID

Specifies the unique identifier for the calendar that is associated with the task.

TASK_CONSTRAINT_DATE

Indicates the date and time of the constraint for the specified task.

TASK_CONSTRAINT_TYPE

Indicates the type of constraint that is associated with the specified task.

TASK_COST

Indicates the budgeted cost of the task.

TASK_COST_IS_VALID

Gets or sets the Boolean value that specifies whether the cost-related field of the task is current.

TASK_DEADLINE

Indicates the date and time for the deadline of the specified task.

TASK_DUR

Indicates the estimated duration of the specified task.

TASK_DUR_FMT

Indicates the desired date-and-time display format of the duration value, and whether the duration is considered an estimate rather than an actual value.

TASK_DUR_TXT

Gets or sets a text representation of the task duration, for manually scheduled tasks.

TASK_FINISH_DATE

Indicates the finish date and time of the specified task.

TASK_FINISH_TXT

The free form text that is associated with the task's finish.

TASK_FIXED_COST

Indicates the budgeted amount of fixed costs for the specified task.

TASK_FIXED_COST_ACCRUAL

Indicates how fixed costs are to be accrued within a task.

TASK_HIERARCHY

Specifies a string that contains the name of the ancestors of the task, starting from its parent, in left-to-right order.

TASK_ID

Specifies an integer-based identifier of whether the task is displayed in the list of tasks.

TASK_IGNORES_RES_CAL

Gets or sets the Boolean value that specifies whether the resource calendar should be ignored when scheduling a task.

TASK_IS_ACTIVE

Gets or sets the Boolean value that specifies whether the task is active.

TASK_IS_EFFORT_DRIVEN

Gets or sets the Boolean value that specifies whether the scheduling for a task is effort-driven.

TASK_IS_EXTERNAL

Gets or sets the Boolean value that specifies whether a task is linked from another project or whether it originated in the current project.

TASK_IS_MANUAL

Gets or sets the Boolean value that specifies whether a task is manually scheduled.

TASK_IS_MARKED

Indicates whether the task is flagged by the user as having special meaning.

TASK_IS_MILESTONE

Indicates whether a task is a major project milestone.

TASK_IS_ROLLED_UP

Gets or sets the Boolean value that specifies whether the information on the subtask Gantt bars will be rolled up to the summary task bar.

TASK_IS_ROLLUP_ASSN

Indicates whether the task has rollup data for the assignment.

TASK_IS_SUBPROJ

Indicates that the task represents a subproject.

TASK_IS_SUMMARY

Indicates whether a task is a summary task.

TASK_LEVELING_ADJUSTS_ASSN

Gets or sets the Boolean value that specifies whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over allocations.

TASK_LEVELING_DELAY

Indicates the amount of time that a task or assignment is to be delayed from its early start date as a result of resource leveling.

TASK_NAME

Specifies the name of the task.

TASK_OPTINDX

Gets the position identifier of the task in the tasks list.

TASK_OUTLINE_LEVEL

Specifies a number that indicates the level of the task (such as 1, 2, or 3) in the hierarchical outline structure.

TASK_OUTLINE_NUM

Specifies a number that represents the position of the task (such as 1, 1.1, or 1.2.1) in the hierarchical outline structure.

TASK_OVT_COST

Specifies the budgeted overtime cost for the task.

TASK_OVT_WORK

Indicates the budgeted amount of overtime work hours for the specified task.

TASK_PARENT_UID

Indicates the unique identifier of the parent task for the specified task.

TASK_PCT_COMP

Indicates the percent of completion for the specified task.

TASK_PCT_WORK_COMP

Indicates the percentage of work actually elapsed compared with the amount of work remaining to be done.

TASK_PHY_PCT_COMP

Represents an alternative for calculating the Budgeted Cost of Work Performed (TASK_BCWP).

TASK_PRIORITY

Specifies the level of importance given to the task, which indicates how readily the task or assignment can be delayed or split during resource leveling.

TASK_PUBLISHED_UID

Specifies the unique identifier of the task in the Published.database.

TASK_REG_WORK

Indicates the total amount of non-overtime work that is scheduled to be performed by resources.

TASK_REM_COST

Indicates the remaining cost of completing the specified task.

TASK_REM_DUR

Indicates the remaining amount of time that is needed to complete the unfinished portion of the specified task.

TASK_REM_OVT_COST

Indicates the cost of remaining overtime that is needed to complete the unfinished portion of the specified task.

TASK_REM_OVT_WORK

Represents the sum of all remaining overtime work values for all of the resources who are assigned to the task.

TASK_REM_WORK

Represents the sum of all remaining work values for all of the resources who are assigned to the unfinished task.

TASK_RESUME_DATE

Represents the date that the remaining portion of a task is scheduled to resume, after progress is entered.

TASK_RTF_NOTES

Represents notes that are associated with the specified task, and that are stored in Rich Text Format.

TASK_SCHED_DUR

Gets the duration of the task as calculated by the scheduler.

TASK_SCHED_DUR_FMT

Task scheduled duration format indicates the display format of the TASK_SCHED_DUR value, and whether the scheduled duration is considered an estimate rather than a firm value.

TASK_SCHED_FINISH

Gets the finish date of the task, as calculated by the scheduler.

TASK_SCHED_START

Gets the start date of the task, as calculated by the scheduler.

TASK_START_DATE

Indicates the date and time when work begins for a specified task.

TASK_START_TXT

Gets or sets the free-form text that is associated with the task;s start.

TASK_STOP_DATE

Indicates the stop date and time for the specified task.

TASK_TYPE

Specifies the task type.

TASK_UID

Specifies the unique identifier for the specified task.

TASK_WBS

Indicates a read-only alphanumeric code that represents the relationships between tasks.

TASK_WINPROJ_UNIQUE_ID

This member is reserved for internal use and is not intended to be used directly from your code.

TASK_WORK

Indicates the total amount of time that is scheduled on a task, for all assigned resources.

TB_BASE_BUDGET_COST

Gets the baseline value for TASK_BUDGET_COST. Read-only.

TB_BASE_BUDGET_WORK

Gets the baseline value for TASK_BUDGET_WORK. Read-only.

TB_BASE_COMMITMENT_FINISH

Gets the baseline value for TASK_COMMITMENT_FINISHWebSvcStatusing.StatusingDataSet.TasksRow.TASK_COMMITMENT_FINISH. Read-only.

TB_BASE_COMMITMENT_START

Gets the baseline value for TASK_COMMITMENT_FINISH. Read-only.

TB_BASE_COST

Gets the baseline value for TASK_COST. Read-only.

TB_BASE_DUR

Gets the baseline value for TASK_DUR. Read-only.

TB_BASE_FINISH

Gets the baseline value for TASK_FINISH_DATE. Read-only.

TB_BASE_START

Gets the baseline value for TASK_START_DATE. Read-only.

TB_BASE_WORK

Gets the baseline value for TASK_WORK. Read-only.

WOBJ_DOC_REF_CNT

Indicates the number of documents that are linked to the specified web object.

WOBJ_ISSUE_REF_CNT

Indicates the number of issues that are linked to the specified web object.

WOBJ_OTHER_REF_CNT

Indicates the number of generic SharePoint items that are linked to the specified web object.

WOBJ_RISK_REF_CNT

Indicates the number of risks that are linked to the specified web object.

WSS_LISTITEM_UID

Gets or sets the GUID of a SharePoint list item.

Methods

IsTASK_ACT_COSTNull()

Determines whether the TASK_ACT_COST property is set to a a null reference (Nothing in Visual Basic) value

IsTASK_ACT_DURNull()

Determines whether the TASK_ACT_DUR property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_ACT_FINISHNull()

Determines whether the TASK_ACT_FINISH property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_ACT_OVT_COSTNull()

Determines whether the TASK_ACT_OVT_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_ACT_OVT_WORKNull()

Determines whether the TASK_ACT_OVT_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_ACT_STARTNull()

Determines whether the TASK_ACT_START property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_ACT_WORKNull()

Determines whether the TASK_ACT_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_BUDGET_COSTNull()

Determines whether the TASK_BUDGET_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_BUDGET_WORKNull()

Determines whether the TASK_BUDGET_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_CAL_UIDNull()

Determines whether the TASK_CAL_UID property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_CONSTRAINT_DATENull()

Determines whether the TASK_CONSTRAINT_DATE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_CONSTRAINT_TYPENull()

Determines whether the TASK_CONSTRAINT_TYPE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_COST_IS_VALIDNull()

Determines whether the TASK_COST_IS_VALID property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_COSTNull()

Determines whether the TASK_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_DEADLINENull()

Determines whether the TASK_DEADLINE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_DUR_FMTNull()

Determines whether the TASK_DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_DUR_TXTNull()

Determines whether the TASK_DUR_TXT property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_DURNull()

Determines whether the TASK_DUR property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_FINISH_DATENull()

Determines whether the TASK_FINISH_DATE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_FINISH_TXTNull()

Determines whether the TASK_FINISH_TXT property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_FIXED_COST_ACCRUALNull()

Determines whether the TASK_FIXED_COST_ACCRUAL property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_FIXED_COSTNull()

Determines whether the TASK_FIXED_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_HIERARCHYNull()

Determines whether the TASK_HIERARCHY property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IDNull()

Determines whether the TASK_ID property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IGNORES_RES_CALNull()

Determines whether the TASK_IGNORES_RES_CAL property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IS_ACTIVENull()

Determines whether the TASK_IS_ACTIVE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IS_EFFORT_DRIVENNull()

Determines whether the WebSvcStatusing.StatusingDataSet.TasksRow.TASK_IS_EFFORT_DRIVE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IS_EXTERNALNull()

Determines whether the TASK_IS_EXTERNAL property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IS_MANUALNull()

Determines whether the TASK_IS_MANUAL property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_IS_ROLLED_UPNull()

Determines whether the TASK_IS_ROLLED_UP property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_LEVELING_ADJUSTS_ASSNNull()

Determines whether the TASK_LEVELING_ADJUSTS_ASSN property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_LEVELING_DELAYNull()

Determines whether the TASK_LEVELING_DELAY property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_NAMENull()

Determines whether the TASK_NAME property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_OPTINDXNull()

Determines whether the TASK_OPTINDX property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_OUTLINE_LEVELNull()

Determines whether the TASK_OUTLINE_LEVEL property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_OUTLINE_NUMNull()

Determines whether the TASK_OUTLINE_NUM property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_OVT_COSTNull()

Determines whether the TASK_OVT_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_OVT_WORKNull()

Determines whether the TASK_OVT_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_PARENT_UIDNull()

Determines whether the TASK_PARENT_UID property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_PCT_COMPNull()

Determines whether the TASK_PCT_COMP property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_PCT_WORK_COMPNull()

Determines whether the TASK_PCT_WORK_COMP property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_PHY_PCT_COMPNull()

Determines whether the TASK_PHY_PCT_COMP property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_PRIORITYNull()

Determines whether the TASK_PRIORITY property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REG_WORKNull()

Determines whether the TASK_REG_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REM_COSTNull()

Determines whether the TASK_REM_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REM_DURNull()

Determines whether the TASK_REM_DUR property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REM_OVT_COSTNull()

Determines whether the TASK_REM_OVT_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REM_OVT_WORKNull()

Determines whether the TASK_REM_OVT_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_REM_WORKNull()

Determines whether the TASK_REM_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_RESUME_DATENull()

Determines whether the TASK_RESUME_DATE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_RTF_NOTESNull()

Determines whether the TASK_RTF_NOTES property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_SCHED_DUR_FMTNull()

Determines whether the TASK_SCHED_DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_SCHED_DURNull()

Determines whether the TASK_SCHED_DUR property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_SCHED_FINISHNull()

Determines whether the TASK_SCHED_FINISH property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_SCHED_STARTNull()

Determines whether the TASK_SCHED_START property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_START_DATENull()

Determines whether the TASK_START_DATE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_START_TXTNull()

Determines whether the TASK_START_TXT property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_STOP_DATENull()

Determines whether the TASK_STOP_DATE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_TYPENull()

Determines whether the TASK_TYPE property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_WBSNull()

Determines whether the TASK_WBS property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_WINPROJ_UNIQUE_IDNull()

Determines whether the TASK_WINPROJ_UNIQUE_ID property is set to a a null reference (Nothing in Visual Basic) value.

IsTASK_WORKNull()

Determines whether the TASK_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_BUDGET_COSTNull()

Determines whether the TB_BASE_BUDGET_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_BUDGET_WORKNull()

Determines whether the TB_BASE_BUDGET_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_COMMITMENT_FINISHNull()

Determines whether the WebSvcStatusing.StatusingDataSet.TasksRow.TB_BASE_BUDGET_COMMITMENT_FINISH property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_COMMITMENT_STARTNull()

Determines whether the TB_BASE_COMMITMENT_START property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_COSTNull()

Determines whether the TB_BASE_COST property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_DURNull()

Determines whether the TB_BASE_DUR property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_FINISHNull()

Determines whether the TB_BASE_FINISH property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_STARTNull()

Determines whether the TB_BASE_START property is set to a a null reference (Nothing in Visual Basic) value.

IsTB_BASE_WORKNull()

Determines whether the TB_BASE_WORK property is set to a a null reference (Nothing in Visual Basic) value.

IsWOBJ_DOC_REF_CNTNull()

Determines whether the WOBJ_DOC_REF_CNT property is set to a a null reference (Nothing in Visual Basic) value.

IsWOBJ_ISSUE_REF_CNTNull()

Determines whether the WOBJ_ISSUE_REF_CNT property is set to a a null reference (Nothing in Visual Basic) value.

IsWOBJ_OTHER_REF_CNTNull()

Determines whether the WOBJ_OTHER_REF_CNT property is set to aa null reference (Nothing in Visual Basic) value.

IsWOBJ_RISK_REF_CNTNull()

Determines whether the WOBJ_RISK_REF_CNT property is set to a a null reference (Nothing in Visual Basic) value.

IsWSS_LISTITEM_UIDNull()

Determines whether the WSS_LISTITEM_UID property is set to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_COSTNull()

Sets the TASK_ACT_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_DURNull()

Sets the TASK_ACT_DUR property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_FINISHNull()

Sets the TASK_ACT_FINISH property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_OVT_COSTNull()

Sets the TASK_ACT_OVT_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_OVT_WORKNull()

Sets the TASK_ACT_OVT_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_STARTNull()

Sets the TASK_ACT_START property to a a null reference (Nothing in Visual Basic) value.

SetTASK_ACT_WORKNull()

Sets the TASK_ACT_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_BUDGET_COSTNull()

Sets the TASK_BUDGET_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_BUDGET_WORKNull()

Sets the TASK_BUDGET_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_CAL_UIDNull()

Sets the TASK_CAL_UID property to a a null reference (Nothing in Visual Basic) value.

SetTASK_CONSTRAINT_DATENull()

Sets the TASK_CONSTRAINT_DATE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_CONSTRAINT_TYPENull()

Sets the TASK_CONSTRAINT_TYPE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_COST_IS_VALIDNull()

Sets the TASK_COST_IS_VALID property to a a null reference (Nothing in Visual Basic) value.

SetTASK_COSTNull()

Sets the TASK_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_DEADLINENull()

Sets the TASK_DEADLINE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_DUR_FMTNull()

Sets the TASK_DUR_FMT property to a a null reference (Nothing in Visual Basic) value.

SetTASK_DUR_TXTNull()

Sets the TASK_DUR_TXT property to a a null reference (Nothing in Visual Basic) value.

SetTASK_DURNull()

Sets the TASK_DUR property to a a null reference (Nothing in Visual Basic) value.

SetTASK_FINISH_DATENull()

Sets the TASK_FINISH_DATE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_FINISH_TXTNull()

Sets the TASK_FINISH_TXT property to a a null reference (Nothing in Visual Basic) value.

SetTASK_FIXED_COST_ACCRUALNull()

Sets the TASK_FIXED_COST_ACCRUAL property to a a null reference (Nothing in Visual Basic) value.

SetTASK_FIXED_COSTNull()

Sets the TASK_FIXED_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_HIERARCHYNull()

Sets the TASK_HIERARCHY property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IDNull()

Sets the TASK_ID property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IGNORES_RES_CALNull()

Sets the TASK_IGNORES_RES_CAL property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IS_ACTIVENull()

Sets the TASK_IS_ACTIVE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IS_EFFORT_DRIVENNull()

Sets the TASK_IS_EFFORT_DRIVEN property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IS_EXTERNALNull()

Sets the TASK_IS_EXTERNAL property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IS_MANUALNull()

Sets the TASK_IS_MANUAL property to a a null reference (Nothing in Visual Basic) value.

SetTASK_IS_ROLLED_UPNull()

Sets the TASK_IS_ROLLED_UP property to a a null reference (Nothing in Visual Basic) value.

SetTASK_LEVELING_ADJUSTS_ASSNNull()

Sets the TASK_LEVELING_ADJUSTS_ASSN property to a a null reference (Nothing in Visual Basic) value.

SetTASK_LEVELING_DELAYNull()

Sets the TASK_LEVELING_DELAY property to a a null reference (Nothing in Visual Basic) value.

SetTASK_NAMENull()

Sets the TASK_NAME property to a a null reference (Nothing in Visual Basic) value.

SetTASK_OPTINDXNull()

Sets the TASK_OPTINDX property to a a null reference (Nothing in Visual Basic) value.

SetTASK_OUTLINE_LEVELNull()

Sets the TASK_OUTLINE_LEVEL property to a a null reference (Nothing in Visual Basic) value.

SetTASK_OUTLINE_NUMNull()

Sets the TASK_OUTLINE_NUM property to a a null reference (Nothing in Visual Basic) value.

SetTASK_OVT_COSTNull()

Sets the TASK_OVT_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_OVT_WORKNull()

Sets the TASK_OVT_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_PARENT_UIDNull()

Sets the TASK_PARENT_UID property to a a null reference (Nothing in Visual Basic) value.

SetTASK_PCT_COMPNull()

Sets the TASK_PCT_COMP property to a a null reference (Nothing in Visual Basic) value.

SetTASK_PCT_WORK_COMPNull()

Sets the TASK_PCT_WORK_COMP property to a a null reference (Nothing in Visual Basic) value.

SetTASK_PHY_PCT_COMPNull()

Sets the TASK_PHY_PCT_COMP property to a a null reference (Nothing in Visual Basic) value.

SetTASK_PRIORITYNull()

Sets the TASK_PRIORITY property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REG_WORKNull()

Sets the TASK_REG_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REM_COSTNull()

Sets the TASK_REM_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REM_DURNull()

Sets the TASK_REM_DUR property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REM_OVT_COSTNull()

Sets the TASK_REM_OVT_COST property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REM_OVT_WORKNull()

Sets the TASK_REM_OVT_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_REM_WORKNull()

Sets the TASK_REM_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTASK_RESUME_DATENull()

Sets the TASK_RESUME_DATE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_RTF_NOTESNull()

Sets the TASK_RTF_NOTES property to a a null reference (Nothing in Visual Basic) value.

SetTASK_SCHED_DUR_FMTNull()

Sets the TASK_SCHED_DUR_FMT property to a a null reference (Nothing in Visual Basic) value.

SetTASK_SCHED_DURNull()

Sets the TASK_SCHED_DUR property to a a null reference (Nothing in Visual Basic) value.

SetTASK_SCHED_FINISHNull()

Sets the TASK_SCHED_FINISH property to a a null reference (Nothing in Visual Basic) value.

SetTASK_SCHED_STARTNull()

Sets the TASK_SCHED_START property to a a null reference (Nothing in Visual Basic) value.

SetTASK_START_DATENull()

Sets the TASK_START_DATE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_START_TXTNull()

Sets the TASK_START_TXT property to a a null reference (Nothing in Visual Basic) value.

SetTASK_STOP_DATENull()

Sets the TASK_STOP_DATE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_TYPENull()

Sets the TASK_TYPE property to a a null reference (Nothing in Visual Basic) value.

SetTASK_WBSNull()

Sets the TASK_WBS property to a a null reference (Nothing in Visual Basic) value.

SetTASK_WINPROJ_UNIQUE_IDNull()

Sets the TASK_WINPROJ_UNIQUE_ID property to a a null reference (Nothing in Visual Basic) value.

SetTASK_WORKNull()

Sets the TASK_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_BUDGET_COSTNull()

Sets the TB_BASE_BUDGET_COST property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_BUDGET_WORKNull()

Sets the TB_BASE_BUDGET_WORK property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_COMMITMENT_FINISHNull()

Sets the TB_BASE_COMMITMENT_FINISH property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_COMMITMENT_STARTNull()

Sets the TB_BASE_COMMITMENT_START property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_COSTNull()

Sets the TB_BASE_COST property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_DURNull()

Sets the TB_BASE_DUR property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_FINISHNull()

Sets the TB_BASE_FINISH property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_STARTNull()

Sets the TB_BASE_START property to a a null reference (Nothing in Visual Basic) value.

SetTB_BASE_WORKNull()

Sets the TB_BASE_WORK property to a a null reference (Nothing in Visual Basic) value.

SetWOBJ_DOC_REF_CNTNull()

Sets the WOBJ_DOC_REF_CNT property to a a null reference (Nothing in Visual Basic) value.

SetWOBJ_ISSUE_REF_CNTNull()

Sets the WOBJ_ISSUE_REF_CNT property to a a null reference (Nothing in Visual Basic) value.

SetWOBJ_OTHER_REF_CNTNull()

Sets the WOBJ_OTHER_REF_CNT property to a a null reference (Nothing in Visual Basic) value.

SetWOBJ_RISK_REF_CNTNull()

Sets the WOBJ_RISK_REF_CNT property to a a null reference (Nothing in Visual Basic) value.

SetWSS_LISTITEM_UIDNull()

Sets the WSS_LISTITEM_UID property to a a null reference (Nothing in Visual Basic) value.

Applies to