Share via


ProjectTimesheetLinesDataSet.CustomFieldsRow.CODE_TEXT_VALUE property

Gets the lookup table value for a custom field when the FIELD_TYPE_ENUM property is set to TEXT.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property CODE_TEXT_VALUE As String
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsRow
Dim value As String

value = instance.CODE_TEXT_VALUE

instance.CODE_TEXT_VALUE = value
public string CODE_TEXT_VALUE { get; set; }

Property value

Type: System.String

See also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsRow class

ProjectTimesheetLinesDataSet.CustomFieldsRow members

WebSvcTimeSheet namespace