Share via


StatusingDataSet.CalendarsRow.CAL_IS_BASE_CAL property

Gets a value that indicates whether the enterprise calendar is the base calendar.

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

Syntax

'Declaration
Public Property CAL_IS_BASE_CAL As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.CalendarsRow
Dim value As Boolean

value = instance.CAL_IS_BASE_CAL

instance.CAL_IS_BASE_CAL = value
public bool CAL_IS_BASE_CAL { get; set; }

Property value

Type: System.Boolean

See also

Reference

StatusingDataSet.CalendarsRow class

StatusingDataSet.CalendarsRow members

WebSvcStatusing namespace