ProjectRelationsDataSet Class
Represents a set of master projects that contain one or more subprojects.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
[Project Web service].ProjectRelationsDataSet
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
<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.