ProjectRelationsDataSet.ProjectRelationsRow class
Represents a master project that contains the specified project as a subproject.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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.