ProjectDataSet.TaskCustomFieldsDataTable.FindByCUSTOM_FIELD_UID method
Retrieves a TaskCustomFieldsRow object by using the specified custom field GUID.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByCUSTOM_FIELD_UID ( _
CUSTOM_FIELD_UID As Guid _
) As ProjectDataSet.TaskCustomFieldsRow
'Usage
Dim instance As ProjectDataSet.TaskCustomFieldsDataTable
Dim CUSTOM_FIELD_UID As Guid
Dim returnValue As ProjectDataSet.TaskCustomFieldsRow
returnValue = instance.FindByCUSTOM_FIELD_UID(CUSTOM_FIELD_UID)
public ProjectDataSet.TaskCustomFieldsRow FindByCUSTOM_FIELD_UID(
Guid CUSTOM_FIELD_UID
)
Parameters
CUSTOM_FIELD_UID
Type: System.GuidContains the custom field GUID.
Return value
Type: WebSvcProject.ProjectDataSet.TaskCustomFieldsRow
See also
Reference
ProjectDataSet.TaskCustomFieldsDataTable class