次の方法で共有


ProjectTimesheetLinesDataSet.CustomFieldsRow.FIELD_TYPE_ENUM Property

Specifies the CustomField.Type value for this custom field.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Property FIELD_TYPE_ENUM As Byte
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.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

See Also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsRow Class

ProjectTimesheetLinesDataSet.CustomFieldsRow Members

TimeSheet Web Service