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

The default event type

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public EventType DefaultEventType { get; set; }
Visual Basic (Declaration)
Public Property DefaultEventType As EventType
Visual C++
public:
property EventType DefaultEventType {
	EventType get ();
	void set (EventType value);
}

See Also