SecurityCategoriesDataSet.GroupPermissionsRow.WSEC_DENY property
Specifies whether the group permission is denied.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_DENY As Boolean
Get
Set
'Usage
Dim instance As SecurityCategoriesDataSet.GroupPermissionsRow
Dim value As Boolean
value = instance.WSEC_DENY
instance.WSEC_DENY = value
public bool WSEC_DENY { get; set; }
Property value
Type: System.Boolean
See also
Reference
SecurityCategoriesDataSet.GroupPermissionsRow class