ProjectDataSet.AssignmentCustomFieldsDataTable.FindByCUSTOM_FIELD_UID Method
Retrieves a AssignmentCustomFieldsRow object using the specified custom field GUID.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Function FindByCUSTOM_FIELD_UID ( _
CUSTOM_FIELD_UID As Guid _
) As ProjectDataSet.AssignmentCustomFieldsRow
'Usage
Dim instance As ProjectDataSet.AssignmentCustomFieldsDataTable
Dim CUSTOM_FIELD_UID As Guid
Dim returnValue As ProjectDataSet.AssignmentCustomFieldsRow
returnValue = instance.FindByCUSTOM_FIELD_UID(CUSTOM_FIELD_UID)
public ProjectDataSet.AssignmentCustomFieldsRow FindByCUSTOM_FIELD_UID(
Guid CUSTOM_FIELD_UID
)
Parameters
- CUSTOM_FIELD_UID
Type: System.Guid
Contains the custom field GUID.
Return Value
Type: [Project Web service].ProjectDataSet.AssignmentCustomFieldsRow
See Also
Reference
ProjectDataSet.AssignmentCustomFieldsDataTable Class