HyperlinkSubAddress 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.

For a hyperlink associated with a task, resource, or assignment, the HyperlinkSubAddress refers to a specific location within a document.

<HyperlinkSubAddress>
  String(512)Value
</HyperlinkSubAddress>

Parent Elements

TaskResourceAssignment

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

Hyperlink Element

HyperlinkAddress Element

Concepts

Task Elements and XML Structure

XML Schema for the Tasks Element

Resource Elements and XML Structure

XML Schema for the Resources Element

Assignment Elements and XML Structure

XML Schema for the Assignments Element