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
    WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRow

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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.

See also

Reference

ProjectWSSInfoDataSet.ProjWssInfoRow members

WebSvcWssInterop namespace