Returns a list of properties that are associated with the iCalendar object.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual ICalendarPropertyList Properties { get; protected set; } |
| Visual Basic |
|---|
Public Overridable Property Properties As ICalendarPropertyList Get Protected Set |
| Visual C++ |
|---|
public: virtual property ICalendarPropertyList^ Properties { ICalendarPropertyList^ get (); protected: void set (ICalendarPropertyList^ value); } |