Class Event.ExtendedPropertiesData
Extended properties of the event.
public class Event.ExtendedPropertiesData
- Inheritance
-
Event.ExtendedPropertiesData
- Inherited Members
Constructors
ExtendedPropertiesData()
public ExtendedPropertiesData()
Properties
Private__
Properties that are private to the copy of the event that appears on this calendar.
public virtual IDictionary<string, string> Private__ { get; set; }
Property Value
Shared
Properties that are shared between copies of the event on other attendees' calendars.
public virtual IDictionary<string, string> Shared { get; set; }