PermissionDataSet.ActionsDataTable.WSEC_FEA_ACT_PARENTColumn Property
Defines the column for the WSEC_FEA_ACT_PARENT 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_FEA_ACT_PARENTColumn As DataColumn
Get
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim value As DataColumn
value = instance.WSEC_FEA_ACT_PARENTColumn
public DataColumn WSEC_FEA_ACT_PARENTColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
PermissionDataSet.ActionsDataTable Class