Gets the object associated with this evaluator.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
ICalendarObject AssociatedObject { get; } |
| Visual Basic |
|---|
ReadOnly Property AssociatedObject As ICalendarObject Get |
| Visual C++ |
|---|
property ICalendarObject^ AssociatedObject { ICalendarObject^ get (); } |