The transparency of the event. In other words, whether or not the period of time this event occupies can contain other events (transparent), or if the time cannot be scheduled for anything else (opaque).

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
ITransparency Transparency { get; set; }
Visual Basic
Property Transparency As ITransparency
	Get
	Set
Visual C++
property ITransparency^ Transparency {
	ITransparency^ get ();
	void set (ITransparency^ value);
}

See Also