SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable.AddProjectCategoriesRow Method (Guid, Guid)
This member is reserved for internal use and is not intended to be used directly from your code.
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 AddProjectCategoriesRow ( _
WSEC_CAT_UID As Guid, _
PROJ_UID As Guid _
) As SecurityProjectCategoriesDataSet.ProjectCategoriesRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable
Dim WSEC_CAT_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.ProjectCategoriesRow
returnValue = instance.AddProjectCategoriesRow(WSEC_CAT_UID, _
PROJ_UID)
public SecurityProjectCategoriesDataSet.ProjectCategoriesRow AddProjectCategoriesRow(
Guid WSEC_CAT_UID,
Guid PROJ_UID
)
Parameters
- WSEC_CAT_UID
Type: System.Guid
- PROJ_UID
Type: System.Guid
Return Value
Type: [Security Web service].SecurityProjectCategoriesDataSet.ProjectCategoriesRow
See Also
Reference
SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable Class
SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable Members