SecurityTemplatesDataSet.GlobalPermissionsRow.WSEC_DENY Property
Gets or sets the Boolean value that specifies whether the global permission is denied in the security template.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
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