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: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ITransparency Transparency { get; set; } |
Visual Basic |
---|
Public Property Transparency As ITransparency Get Set |
Visual C++ |
---|
public: virtual property ITransparency^ Transparency { ITransparency^ get () sealed; void set (ITransparency^ value) sealed; } |