ProjectRelationsDataSet Class

Represents master projects containing the specified project or projects.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcProject.ProjectRelationsDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ProjectRelationsDataSet _
    Inherits DataSet
'Usage
Dim instance As ProjectRelationsDataSet
[SerializableAttribute]
public class ProjectRelationsDataSet : DataSet

Remarks

When returned from the QueuePublish method, the dataset contains a list of conflicting projects.

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 Members

WebSvcProject Namespace