Share via


ProjectTimesheetLinesDataSet.CustomFieldsRow.CODE_VALUE property

Specifies the unique identifier of the lookup table value for this field.

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

Syntax

'Declaration
Public Property CODE_VALUE As Guid
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsRow
Dim value As Guid

value = instance.CODE_VALUE

instance.CODE_VALUE = value
public Guid CODE_VALUE { get; set; }

Property value

Type: System.Guid

See also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsRow class

ProjectTimesheetLinesDataSet.CustomFieldsRow members

WebSvcTimeSheet namespace