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: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidContains the web security category GUID.
WSEC_OBJ_TYPE_UID
Type: System.GuidContains the web security object type GUID.
WSEC_OBJ_RULE_TYPE
Type: System.Int32Contains the web security object rule type.
Return value
Type: WebSvcSecurity.SecurityCategoriesDataSet.SecurityCategoryRulesRow
See also
Reference
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable class
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable members