ResourceAuthorizationDataSet.CategoryPermissionsRow.WSEC_ALLOW Property
Specifies whether web security allows resource authorization.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WSEC_ALLOW As Boolean
Get
Set
'Usage
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsRow
Dim value As Boolean
value = instance.WSEC_ALLOW
instance.WSEC_ALLOW = value
public bool WSEC_ALLOW { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ResourceAuthorizationDataSet.CategoryPermissionsRow Class