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