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

Tests if the current event is a valid event.

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

Syntax

C#
public bool IsValid()
Visual Basic (Declaration)
Public Function IsValid As Boolean
Visual C++
public:
bool IsValid()

Return Value

true if the event is a valid event, false otherwise.

See Also