Share via


SecurityTemplatesDataSet.GlobalPermissionsRow.WSEC_DENY property

Gets or sets the Boolean value that specifies whether the global permission is denied in the security template.

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

Syntax

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

SecurityTemplatesDataSet.GlobalPermissionsRow class

SecurityTemplatesDataSet.GlobalPermissionsRow members

WebSvcSecurity namespace