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