DepartmentsDataSet.DepartmentsDataTable.FindByDEPARTMENT_UID method
Returns a DepartmentsRow object that represents the project department that has the specified department GUID.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByDEPARTMENT_UID ( _
DEPARTMENT_UID As Guid _
) As DepartmentsDataSet.DepartmentsRow
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim DEPARTMENT_UID As Guid
Dim returnValue As DepartmentsDataSet.DepartmentsRow
returnValue = instance.FindByDEPARTMENT_UID(DEPARTMENT_UID)
public DepartmentsDataSet.DepartmentsRow FindByDEPARTMENT_UID(
Guid DEPARTMENT_UID
)
Parameters
DEPARTMENT_UID
Type: System.GuidThe GUID of the department.
Return value
Type: WebSvcAdmin.DepartmentsDataSet.DepartmentsRow
See also
Reference
DepartmentsDataSet.DepartmentsDataTable class