ResourceAuthorizationDataSet.CategoryPermissionsRow.WSEC_DENY Property
Specifies whether web security denies resource authorization.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WSEC_DENY As Boolean
Get
Set
'Usage
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsRow
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
ResourceAuthorizationDataSet.CategoryPermissionsRow Class