Version

InitialCalendarIds Property

Returns or sets a color delimited list of resource and calendar id combinations that are used to define the contents of the collection at design time.
Syntax
'Declaration
 
Public Property InitialCalendarIds As String
public string InitialCalendarIds {get; set;}
Remarks

A ResourceCalendar must be identified as a combination of the Resource.Id of its ResourceCalendar.OwningResource and its ResourceCalendar.Id such that the calendar id follows the resource id and is enclosed in [] (e.g. resourceId[calendarId]). If multiple ids are provided then they must be comma delimited (e.g. resourceId1[calendarId1], resourceId1[calendarId2], resourceId2[calendarId1]. If the [calendarId] is omitted then the Resource.PrimaryCalendar will be assumed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also