Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddSummaryTaskPathRow ( _
TASK_UID As Guid, _
TASK_NAME As String _
) As SummaryTaskPathDataSet.SummaryTaskPathRow
'Usage
Dim instance As SummaryTaskPathDataSet.SummaryTaskPathDataTable
Dim TASK_UID As Guid
Dim TASK_NAME As String
Dim returnValue As SummaryTaskPathDataSet.SummaryTaskPathRow
returnValue = instance.AddSummaryTaskPathRow(TASK_UID, _
TASK_NAME)
public SummaryTaskPathDataSet.SummaryTaskPathRow AddSummaryTaskPathRow(
Guid TASK_UID,
string TASK_NAME
)
Parameters
- TASK_UID
Type: System.Guid
- TASK_NAME
Type: System.String
Return value
Type: WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow
See also
Reference
SummaryTaskPathDataSet.SummaryTaskPathDataTable class
SummaryTaskPathDataSet.SummaryTaskPathDataTable members