Specifies constants indicating what properties this configuration object supports.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
Dates0Represents the Dates property.
Days1Represents the Days property.
EndDate2Represents the EndDate property.
EndTime3Represents the EndTime property.
IsAllDay4Represents the IsAllDay property.
IsDaySpan5Represents the IsDaySpan property.
IsRelative6Represents the IsRelative property.
Month7Represents the Month property.
PatternType8Represents the PatternType property.
RelativeDay9Represents the RelativeDay property.
RelativeMonthlyInstance10Represents the RelativeMonthlyInstance property.
StartDate11Represents the StartDate property.
StartTime12Represents the StartTime property.
WeeklyEndTime13Represents the WeeklyEndTime property.
WeeklyStartTime14Represents the WeeklyStartTime property.
DisplayName15Represents the DisplayName part of the ConfigurationId property.
Id16Represents the Id part of the ConfigurationId property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also