Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the display text for the hyperlink associated with this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_HYPERLINK_FRIENDLY_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.TASK_HYPERLINK_FRIENDLY_NAME
instance.TASK_HYPERLINK_FRIENDLY_NAME = value
public string TASK_HYPERLINK_FRIENDLY_NAME { get; set; }
Property value
Type: System.String
Remarks
Read-only.