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