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 type of link between web objects in an ObjectLinkProviderDataSet 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 WebObjectLinkType
'Usage
Dim instance As WebObjectLinkType
[CLSCompliantAttribute(true)]
public enum WebObjectLinkType
Members
| 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. |
Remarks
For a code example that uses the WebObjectLinkType enumeration, see CreateWebObjectLinks.
Note
The WebSvcObjectLinkProvider namespace also includes the WebObjectLinkType type.