ProjectWSSInfoDataSet.ProjWssInfoRow Class
Specifies a row of SharePoint site information that allows interoperability of project sites with Project Server.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[WssInterop Web service].ProjectWSSInfoDataSet.ProjWssInfoRow
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Class ProjWssInfoRow _
Inherits DataRow
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
public class ProjWssInfoRow : DataRow
Remarks
Valid project entities include, but are not necessarily limited to:
The GUID of a project
The project site URL
Project Issues list URL
Project Risks list URL
Project Document library URL
Project Commitment list URL
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.