WebObjectLinkType enumeration
Specifies the type of link between Web objects in an ObjectLinkProviderDataSet class.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration WebObjectLinkType
'Usage
Dim instance As WebObjectLinkType
[SerializableAttribute]
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.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the WebObjectLinkType type.
See also
Reference
WebSvcObjectLinkProvider namespace