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: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow
Remarks
In general, developers should use the AddProjectRelationsRow overload.
See also
Reference
ProjectRelationsDataSet.ProjectRelationsDataTable class
ProjectRelationsDataSet.ProjectRelationsDataTable members