CalendarDataSet.CalendarsRow.CAL_IS_STANDARD_CAL Property
Specifies whether a calendar is a standard calendar that starts on January 1st and ends on December 31st.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property CAL_IS_STANDARD_CAL As Boolean
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Boolean
value = instance.CAL_IS_STANDARD_CAL
instance.CAL_IS_STANDARD_CAL = value
public bool CAL_IS_STANDARD_CAL { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CalendarDataSet.CalendarsRow Class