Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
IList<IPeriodList> ExceptionDates { get; set; } |
Visual Basic |
---|
Property ExceptionDates As IList(Of IPeriodList) Get Set |
Visual C++ |
---|
property IList<IPeriodList^>^ ExceptionDates { IList<IPeriodList^>^ get (); void set (IList<IPeriodList^>^ value); } |