Version

ResourceCalendarProperty Enumeration

Lists ResourceCalendar properties that can be mapped to underlying data source.
Syntax
'Declaration
 
Public Enum ResourceCalendarProperty 
   Inherits System.Enum
public enum ResourceCalendarProperty : System.Enum 
Members
MemberDescription
BaseColorIdentifies ResourceCalendar.BaseColor property.
DescriptionIdentifies ResourceCalendar.Description property.
IdIdentifies Resource.Id property.
IsVisibleIdentifies ResourceCalendar.IsVisible property.
NameIdentifies ResourceCalendar.Name property.
OwningResourceIdIdentifies the ResourceCalendar.OwningResourceId property.
UnmappedPropertiesUsed to store data for any unmapped properties. The data will be stored as XML.
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