Share via


ResourceAuthorizationDataSet.GlobalPermissionsRow.WSEC_ALLOW property

Gets or sets the Boolean value that specifies whether web security allows resource authorization.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WSEC_ALLOW As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAuthorizationDataSet.GlobalPermissionsRow
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.GlobalPermissionsRow class

ResourceAuthorizationDataSet.GlobalPermissionsRow members

WebSvcResource namespace