SecurityProjectCategoriesDataSet.UserRelationsDataTable.AddUserRelationsRow 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 AddUserRelationsRow ( _
WSEC_CAT_UID As Guid, _
RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.UserRelationsRow
returnValue = instance.AddUserRelationsRow(WSEC_CAT_UID, _
RES_UID)
public SecurityProjectCategoriesDataSet.UserRelationsRow AddUserRelationsRow(
Guid WSEC_CAT_UID,
Guid RES_UID
)
Parameters
- WSEC_CAT_UID
Type: System.Guid
- RES_UID
Type: System.Guid
Return Value
Type: [Security Web service].SecurityProjectCategoriesDataSet.UserRelationsRow
See Also
Reference
SecurityProjectCategoriesDataSet.UserRelationsDataTable Class
SecurityProjectCategoriesDataSet.UserRelationsDataTable Members