SecurityTemplatesDataSet.GlobalPermissionsDataTable.WSEC_DENYColumn Property
Defines the column for the WSEC_DENY field.
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 ReadOnly Property WSEC_DENYColumn As DataColumn
Get
'Usage
Dim instance As SecurityTemplatesDataSet.GlobalPermissionsDataTable
Dim value As DataColumn
value = instance.WSEC_DENYColumn
public DataColumn WSEC_DENYColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
SecurityTemplatesDataSet.GlobalPermissionsDataTable Class