Partager via


SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable.FindByWSEC_CAT_UID Method

Gets the ProjectCategoriesRow object specified by the security category.

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

Syntax

'Declaration
Public Function FindByWSEC_CAT_UID ( _
    WSEC_CAT_UID As Guid _
) As SecurityProjectCategoriesDataSet.ProjectCategoriesRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable
Dim WSEC_CAT_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.ProjectCategoriesRow

returnValue = instance.FindByWSEC_CAT_UID(WSEC_CAT_UID)
public SecurityProjectCategoriesDataSet.ProjectCategoriesRow FindByWSEC_CAT_UID(
    Guid WSEC_CAT_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid
    Contains the web security category GUID.

Return Value

Type: [Security Web service].SecurityProjectCategoriesDataSet.ProjectCategoriesRow

See Also

Reference

SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable Class

SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable Members

Security Web Service