Project.PublishableProjects method

Returns an array of project types that can be published to the reporting database.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function PublishableProjects As Project.ProjectType()
'Usage
Dim returnValue As Project.ProjectType()

returnValue = Project.PublishableProjects()
public static Project.ProjectType[] PublishableProjects()

Return value

Type: []

See also

Reference

Project class

Project members

Microsoft.Office.Project.Server.Library namespace