Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the database type of a web object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration WebObjectDatabaseType
'Usage
Dim instance As WebObjectDatabaseType
[CLSCompliantAttribute(true)]
public enum WebObjectDatabaseType
Members
| Member name | Description | |
|---|---|---|
| Project | Value=1. A project list. | |
| Task | Value=2. A task list. | |
| Document | Value=3. A document list. | |
| Issue | Value=4. An issue list. | |
| Risk | Value=5. A risk list. | |
| Commitment | Value=6. A deliverable list. | |
| GenericSharePointListItem | Value=7. A generic SharePoint list. |
Remarks
For a code example that uses the WebObjectDatabaseType enumeration, see CreateWebObjectLinks.