CalendarDataSet.CalendarsRow.CAL_IS_STANDARD_CAL Property
Retrieves whether a calendar is a standard Gregorian calendar that starts on January 1st and ends on December 31st.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
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
Returns Boolean.
See Also
Reference
CalendarDataSet.CalendarsRow Class