SecurityCategoriesDataSet.SecurityCategoryRulesRow.WSEC_OBJ_RULE_TYPE property
Specifies the unique identifier for the web security object rule type.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_OBJ_RULE_TYPE As Integer
Get
Set
'Usage
Dim instance As SecurityCategoriesDataSet.SecurityCategoryRulesRow
Dim value As Integer
value = instance.WSEC_OBJ_RULE_TYPE
instance.WSEC_OBJ_RULE_TYPE = value
public int WSEC_OBJ_RULE_TYPE { get; set; }
Property value
Type: System.Int32
See also
Reference
SecurityCategoriesDataSet.SecurityCategoryRulesRow class