[This is preliminary documentation and is subject to change.]

Gets the event information for the event.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public EventInfo GetEventInfo()
Visual Basic (Declaration)
Public Function GetEventInfo As EventInfo
Visual C++
public:
EventInfo^ GetEventInfo()

Return Value

the event information.

See Also