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.
Gets or sets a text representation of the task finish date, for manually scheduled tasks.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_FINISH_TXT As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.TASK_FINISH_TXT
instance.TASK_FINISH_TXT = value
public string TASK_FINISH_TXT { get; set; }
Property value
Type: System.String