Share via


CalendarDataSet.CalendarsDataTable.CAL_IS_STANDARD_CALColumn property

Defines the column for the CAL_IS_STANDARD_CAL field.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property CAL_IS_STANDARD_CALColumn As DataColumn
    Get
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim value As DataColumn

value = instance.CAL_IS_STANDARD_CALColumn
public DataColumn CAL_IS_STANDARD_CALColumn { get; }

Property value

Type: System.Data.DataColumn

See also

Reference

CalendarDataSet.CalendarsDataTable class

CalendarDataSet.CalendarsDataTable members

WebSvcCalendar namespace