Share via


ProjectTimesheetLinesDataSet.CustomFieldsRow.CODE_DUR_FMT property

Gets the display format value, as specified in PSDurationFormat, for a custom field when the FIELD_TYPE_ENUM property is set to DURATION.

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

Syntax

'Declaration
Public Property CODE_DUR_FMT As Byte
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsRow
Dim value As Byte

value = instance.CODE_DUR_FMT

instance.CODE_DUR_FMT = value
public byte CODE_DUR_FMT { get; set; }

Property value

Type: System.Byte

See also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsRow class

ProjectTimesheetLinesDataSet.CustomFieldsRow members

WebSvcTimeSheet namespace