SecurityCategoriesDataSet.UserRelationsDataTable.AddUserRelationsRow method (Guid, Guid)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddUserRelationsRow ( _
WSEC_CAT_UID As Guid, _
RES_UID As Guid _
) As SecurityCategoriesDataSet.UserRelationsRow
'Usage
Dim instance As SecurityCategoriesDataSet.UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As SecurityCategoriesDataSet.UserRelationsRow
returnValue = instance.AddUserRelationsRow(WSEC_CAT_UID, _
RES_UID)
public SecurityCategoriesDataSet.UserRelationsRow AddUserRelationsRow(
Guid WSEC_CAT_UID,
Guid RES_UID
)
Parameters
- WSEC_CAT_UID
Type: System.Guid
- RES_UID
Type: System.Guid
Return value
Type: WebSvcSecurity.SecurityCategoriesDataSet.UserRelationsRow
See also
Reference
SecurityCategoriesDataSet.UserRelationsDataTable class