ProjectRelationsDataSet.ProjectRelationsRow Class

Represents a master project containing the specified project as a subproject.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

WebSvcProject Namespace