CalendarDataSet.CalendarsRow.CAL_CHECKOUTDATE Property

Specifies the date and time that the calendar was checked out under version control.

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

Syntax

'Declaration
Public Property CAL_CHECKOUTDATE As DateTime
    Get
    Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As DateTime

value = instance.CAL_CHECKOUTDATE

instance.CAL_CHECKOUTDATE = value
public DateTime CAL_CHECKOUTDATE { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

CalendarDataSet.CalendarsRow Class

CalendarDataSet.CalendarsRow Members

WebSvcCalendar Namespace