ProjectRelationsDataSet.ProjectRelationsDataTable.AddProjectRelationsRow Method (Guid, String, Guid, String, Int32)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Function AddProjectRelationsRow ( _
ProjectUID As Guid, _
ProjectName As String, _
RelatedProjectUID As Guid, _
RelatedProjectName As String, _
Relationship As Integer _
) As ProjectRelationsDataSet.ProjectRelationsRow
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim ProjectUID As Guid
Dim ProjectName As String
Dim RelatedProjectUID As Guid
Dim RelatedProjectName As String
Dim Relationship As Integer
Dim returnValue As ProjectRelationsDataSet.ProjectRelationsRow
returnValue = instance.AddProjectRelationsRow(ProjectUID, _
ProjectName, RelatedProjectUID, _
RelatedProjectName, Relationship)
public ProjectRelationsDataSet.ProjectRelationsRow AddProjectRelationsRow(
Guid ProjectUID,
string ProjectName,
Guid RelatedProjectUID,
string RelatedProjectName,
int Relationship
)
Parameters
- ProjectUID
Type: System.Guid
- ProjectName
Type: System.String
- RelatedProjectUID
Type: System.Guid
- RelatedProjectName
Type: System.String
- Relationship
Type: System.Int32
Return Value
Type: [Project Web service].ProjectRelationsDataSet.ProjectRelationsRow
Remarks
In general, developers should use the AddProjectRelationsRow overload.
See Also
Reference
ProjectRelationsDataSet.ProjectRelationsDataTable Class
ProjectRelationsDataSet.ProjectRelationsDataTable Members