SecurityCategoriesDataSet.SecurityCategoryRulesRow.WSEC_OBJ_RULE_TYPE Property
Specifies the unique identifier for the web security object 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 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