SecurityCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow 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
'Declaration
Public Function AddGroupRelationsRow ( _
WSEC_CAT_UID As Guid, _
WSEC_GRP_UID As Guid _
) As SecurityCategoriesDataSet.GroupRelationsRow
'Usage
Dim instance As SecurityCategoriesDataSet.GroupRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As SecurityCategoriesDataSet.GroupRelationsRow
returnValue = instance.AddGroupRelationsRow(WSEC_CAT_UID, _
WSEC_GRP_UID)
public SecurityCategoriesDataSet.GroupRelationsRow AddGroupRelationsRow(
Guid WSEC_CAT_UID,
Guid WSEC_GRP_UID
)
- WSEC_CAT_UID
Type: System.Guid
- WSEC_GRP_UID
Type: System.Guid
Type: [Security Web service].SecurityCategoriesDataSet.GroupRelationsRow
SecurityCategoriesDataSet.GroupRelationsDataTable Class