SecurityTemplatesDataSet.GlobalPermissionsDataTable.WSEC_ALLOWColumn property
Defines the column for the WSEC_ALLOW field.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WSEC_ALLOWColumn As DataColumn
Get
'Usage
Dim instance As SecurityTemplatesDataSet.GlobalPermissionsDataTable
Dim value As DataColumn
value = instance.WSEC_ALLOWColumn
public DataColumn WSEC_ALLOWColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
SecurityTemplatesDataSet.GlobalPermissionsDataTable class