DelegationDataSet.TeamMembersDataTable.AddTeamMembersRow Method (Guid, Guid, String)
Adds a TeamMembersRow object to the TeamMembersDataTable by using separate parameters.
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 Function AddTeamMembersRow ( _
PROJ_UID As Guid, _
RES_UID As Guid, _
RES_NAME As String _
) As DelegationDataSet.TeamMembersRow
'Usage
Dim instance As DelegationDataSet.TeamMembersDataTable
Dim PROJ_UID As Guid
Dim RES_UID As Guid
Dim RES_NAME As String
Dim returnValue As DelegationDataSet.TeamMembersRow
returnValue = instance.AddTeamMembersRow(PROJ_UID, _
RES_UID, RES_NAME)
public DelegationDataSet.TeamMembersRow AddTeamMembersRow(
Guid PROJ_UID,
Guid RES_UID,
string RES_NAME
)
Parameters
- PROJ_UID
Type: System.Guid
Contains the project GUID.
- RES_UID
Type: System.Guid
Contains the resource GUID.
- RES_NAME
Type: System.String
Contains the resource name.
Return Value
Type: [Statusing Web service].DelegationDataSet.TeamMembersRow
See Also
Reference
DelegationDataSet.TeamMembersDataTable Class