ProjectDataSet.TaskRow.TASK_HYPERLINK_ADDRESS Property
The task hyperlink address is the URI for the hyperlink associated with this task.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property TASK_HYPERLINK_ADDRESS As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.TASK_HYPERLINK_ADDRESS
instance.TASK_HYPERLINK_ADDRESS = value
public string TASK_HYPERLINK_ADDRESS { get; set; }
Property Value
Type: System.String
Remarks
Read-only. URI for the hyperlink associated with this task. Does not include any anchor.