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

the Description of the event.

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

Syntax

C#
public string Event_Description { set; }
Visual Basic (Declaration)
Public WriteOnly Property Event_Description As String
Visual C++
public:
property String^ Event_Description {
	void set (String^ value);
}

See Also