ProjectDataSet.TaskCustomFieldsDataTable.AddTaskCustomFieldsRow Method (ProjectDataSet.TaskCustomFieldsRow)
Adds a TaskCustomFieldsRow object to the TaskCustomFieldsDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Sub AddTaskCustomFieldsRow ( _
row As ProjectDataSet.TaskCustomFieldsRow _
)
'Usage
Dim instance As ProjectDataSet.TaskCustomFieldsDataTable
Dim row As ProjectDataSet.TaskCustomFieldsRow
instance.AddTaskCustomFieldsRow(row)
public void AddTaskCustomFieldsRow(
ProjectDataSet.TaskCustomFieldsRow row
)
Parameters
- row
Type: [Statusing Web service].ProjectDataSet.TaskCustomFieldsRow
The task custom fields row to add.
Remarks
The AddTaskCustomFieldsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single ProjectDataSet.TaskCustomFieldsRow parameter; for example, AddTaskCustomFieldsRow(ProjectDataSet.TaskCustomFieldsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in TaskCustomFieldsRow. This overload is used internally.
public TaskCustomFieldsRow AddTaskCustomFieldsRow( System.Guid CUSTOM_FIELD_UID, System.Guid PROJ_UID, System.Guid TASK_UID, System.Guid MD_PROP_UID, int MD_PROP_ID, byte FIELD_TYPE_ENUM, bool FLAG_VALUE, string TEXT_VALUE, System.DateTime DATE_VALUE, System.Guid CODE_VALUE, int DUR_VALUE, decimal NUM_VALUE, byte DUR_FMT, int INDICATOR_VALUE)
See Also
Reference
ProjectDataSet.TaskCustomFieldsDataTable Class
ProjectDataSet.TaskCustomFieldsDataTable Members