ProjectDataSet.TaskRow.TASK_FINISH_TXT Property
Contains the free-form text that is associated with the manually scheduled task finish date.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
Remarks
The text cannot exceed 255 characters.