次の方法で共有


ProjectTimesheetLinesDataSet.CustomFieldsDataTable.CUSTOM_FIELD_UIDColumn Property

Defines the column for the CUSTOM_FIELD_UID 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 ReadOnly Property CUSTOM_FIELD_UIDColumn As DataColumn
    Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim value As DataColumn

value = instance.CUSTOM_FIELD_UIDColumn
public DataColumn CUSTOM_FIELD_UIDColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsDataTable Class

ProjectTimesheetLinesDataSet.CustomFieldsDataTable Members

TimeSheet Web Service