SecurityCategoriesDataSet.GroupRelationsDataTable.FindByWSEC_CAT_UIDWSEC_GRP_UID Method
Gets the GroupRelationsRow object specified by the security category and group.
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 FindByWSEC_CAT_UIDWSEC_GRP_UID ( _
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.FindByWSEC_CAT_UIDWSEC_GRP_UID(WSEC_CAT_UID, _
WSEC_GRP_UID)
public SecurityCategoriesDataSet.GroupRelationsRow FindByWSEC_CAT_UIDWSEC_GRP_UID(
Guid WSEC_CAT_UID,
Guid WSEC_GRP_UID
)
Parameters
- WSEC_CAT_UID
Type: System.Guid
Contains the web security category GUID.
- WSEC_GRP_UID
Type: System.Guid
Contains the security group GUID.
Return Value
Type: [Security Web service].SecurityCategoriesDataSet.GroupRelationsRow
See Also
Reference
SecurityCategoriesDataSet.GroupRelationsDataTable Class