SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable.FindByWSEC_CAT_UID method
Gets the ProjectCategoriesRow object specified by the security category.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidContains the web security category GUID.
Return value
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.ProjectCategoriesRow
See also
Reference
SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable class
SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable members