WebObjectLinkType enumeration
Office 2013 and later
Specifies the type of link between Web objects in an ObjectLinkProviderDataSet class.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
| Member name | Description | |
|---|---|---|
| NoLink | Value=0. No link type. | |
| General | Value=1. General link type. | |
| Affected | Value=2. Link type where there is an effect on the project or task. | |
| Action | Value=3. Link type for an action. | |
| Impact | Value=4. Link type where there is an impact on the project or task. | |
| Trigger | Value=5. Link type for a trigger. | |
| Mitigation | Value=6. Link type where the linked Web object mitigates the project or task. | |
| Contingency | Value=7. Link type for a contingency. | |
| DocGeneral | Value=8. Link type for a general document. | |
| TaskIsDoc | Value=9. Link type between a task and a document. |
For more information, see How to: Use the OLP to Link an Object to a Task.
Note |
|---|
The Microsoft.Office.Project.Server.Library namespace also includes the WebObjectLinkType type. |
Show:
Note