Share via


CalendarDataSet.CalendarExceptionsDataTable.RecurrenceDaysColumn property

Defines the column for the RecurrenceDays field.

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

Syntax

'Declaration
Public ReadOnly Property RecurrenceDaysColumn As DataColumn
    Get
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn

See also

Reference

CalendarDataSet.CalendarExceptionsDataTable class

CalendarDataSet.CalendarExceptionsDataTable members

WebSvcCalendar namespace