SecurityCategoriesDataSet.SecurityCategoryRulesDataTable.FindByWSEC_CAT_UIDWSEC_OBJ_TYPE_UIDWSEC_OBJ_RULE_TYPE Method
Gets the SecurityCategoryRulesRow object specified by the security category, object type, and rule type.
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_OBJ_TYPE_UIDWSEC_OBJ_RULE_TYPE ( _
WSEC_CAT_UID As Guid, _
WSEC_OBJ_TYPE_UID As Guid, _
WSEC_OBJ_RULE_TYPE As Integer _
) As SecurityCategoriesDataSet.SecurityCategoryRulesRow
'Usage
Dim instance As SecurityCategoriesDataSet.SecurityCategoryRulesDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_OBJ_TYPE_UID As Guid
Dim WSEC_OBJ_RULE_TYPE As Integer
Dim returnValue As SecurityCategoriesDataSet.SecurityCategoryRulesRow
returnValue = instance.FindByWSEC_CAT_UIDWSEC_OBJ_TYPE_UIDWSEC_OBJ_RULE_TYPE(WSEC_CAT_UID, _
WSEC_OBJ_TYPE_UID, WSEC_OBJ_RULE_TYPE)
public SecurityCategoriesDataSet.SecurityCategoryRulesRow FindByWSEC_CAT_UIDWSEC_OBJ_TYPE_UIDWSEC_OBJ_RULE_TYPE(
Guid WSEC_CAT_UID,
Guid WSEC_OBJ_TYPE_UID,
int WSEC_OBJ_RULE_TYPE
)
Parameters
- WSEC_CAT_UID
Type: System.Guid
Contains the web security category GUID.
- WSEC_OBJ_TYPE_UID
Type: System.Guid
Contains the web security object type GUID.
- WSEC_OBJ_RULE_TYPE
Type: System.Int32
Contains the web security object rule type.
Return Value
Type: [Security Web service].SecurityCategoriesDataSet.SecurityCategoryRulesRow
See Also
Reference
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable Class
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable Members