Share via


WorkflowDataSet.WorkflowStageCustomFieldsDataTable.AddWorkflowStageCustomFieldsRow Method (WorkflowDataSet.WorkflowStageRow, Guid, String, Boolean, Boolean)

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

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Function AddWorkflowStageCustomFieldsRow ( _
    parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields As WorkflowDataSet.WorkflowStageRow, _
    MD_PROP_UID As Guid, _
    MD_PROP_NAME As String, _
    REQUIRED As Boolean, _
    READ_ONLY As Boolean _
) As WorkflowDataSet.WorkflowStageCustomFieldsRow
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields As WorkflowDataSet.WorkflowStageRow
Dim MD_PROP_UID As Guid
Dim MD_PROP_NAME As String
Dim REQUIRED As Boolean
Dim READ_ONLY As Boolean
Dim returnValue As WorkflowDataSet.WorkflowStageCustomFieldsRow

returnValue = instance.AddWorkflowStageCustomFieldsRow(parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields, _
    MD_PROP_UID, MD_PROP_NAME, REQUIRED, _
    READ_ONLY)
public WorkflowDataSet.WorkflowStageCustomFieldsRow AddWorkflowStageCustomFieldsRow(
    WorkflowDataSet.WorkflowStageRow parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields,
    Guid MD_PROP_UID,
    string MD_PROP_NAME,
    bool REQUIRED,
    bool READ_ONLY
)

Parameters

Return Value

Type: [Workflow Web service].WorkflowDataSet.WorkflowStageCustomFieldsRow

Remarks

In general, developers should use the AddWorkflowStageCustomFieldsRow overload.

See Also

Reference

WorkflowDataSet.WorkflowStageCustomFieldsDataTable Class

WorkflowDataSet.WorkflowStageCustomFieldsDataTable Members

AddWorkflowStageCustomFieldsRow Overload

Workflow Web Service