ProjectRelationsDataSet.ProjectRelationsRow Class

Represents a master project that contains the specified project as a subproject.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Project Web service].ProjectRelationsDataSet.ProjectRelationsRow

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 Class ProjectRelationsRow _
    Inherits DataRow
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsRow
public class ProjectRelationsRow : DataRow

Remarks

This dataset is returned only from the QueuePublish method, and is populated only when there is a conflict.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectRelationsDataSet.ProjectRelationsRow Members

Project Web Service