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

Gets the EventInfo for this object.

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

Syntax

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

Return Value

The event information structure.

See Also