次の方法で共有


DepartmentsDataSet.DepartmentsDataTable.FindByDEPARTMENT_UID Method

Returns a DepartmentsRow object that represents the project department that has the specified department GUID.

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

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.Guid
    The GUID of the department.

Return Value

Type: [Admin Web service].DepartmentsDataSet.DepartmentsRow

See Also

Reference

DepartmentsDataSet.DepartmentsDataTable Class

DepartmentsDataSet.DepartmentsDataTable Members

Admin Web Service