ArchivedProjectsDataSet.ProjectsRow Class
Contains a row of archived project information.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[Archive Web service].ArchivedProjectsDataSet.ProjectsRow
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
Public Class ProjectsRow _
Inherits DataRow
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsRow
public class ProjectsRow : DataRow
Remarks
One row of archived project information from the ArchivedProjectsDataSet.ProjectsDataTable table.
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.