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: []