HyperlinkAddress Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
The address of a hyperlink associated with a task, resource, or assignment.
<HyperlinkAddress>
String(512)Value
</HyperlinkAddress>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Example
The following example shows a hyperlink for a task named T2, where the complete URL is http://msdn2.microsoft.com/en-us/library/bb456485.aspx#officepj2007platform__documentation.
<Task>
<UID>2</UID>
<ID>2</ID>
<Name>T2</Name>
. . .
<Hyperlink>Links for Project documentation</Hyperlink>
<HyperlinkAddress>http://msdn2.microsoft.com/en-us/library/bb456485.aspx</HyperlinkAddress>
<HyperlinkSubAddress>officepj2007platform__documentation</HyperlinkSubAddress>
. . .
</Task>
See Also
Reference
Concepts
Task Elements and XML Structure
XML Schema for the Tasks Element
Resource Elements and XML Structure
XML Schema for the Resources Element