TimesheetDataSet.CustomFieldsRow.FIELD_TYPE_ENUM Property

Specifies the FIELD_TYPE_ENUM value for this custom field.

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

Syntax

'Declaration
Public Property FIELD_TYPE_ENUM As Byte
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim value As Byte

value = instance.FIELD_TYPE_ENUM

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

Property Value

Type: System.Byte

Remarks

The value of this field determines where the custom field value is stored.

See Also

Reference

TimesheetDataSet.CustomFieldsRow Class

TimesheetDataSet.CustomFieldsRow Members

WebSvcTimeSheet Namespace