WebObjectLinkType Enumeration

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 more information, see How to: Use the OLP to Link an Object to a Task.

NoteNote

The WebSvcObjectLinkProvider namespace also includes the WebObjectLinkType type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace

Other Resources

Using the Object Link Provider

How to: Use the OLP to Link an Object to a Task