[This is preliminary documentation and is subject to change.]
Sets whether the event is all day event.
Namespace:
OfficeClip.BusinessLayer.Sync
Assembly:
OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string All_Day_Event { set; } |
Visual Basic (Declaration) |
---|
Public WriteOnly Property All_Day_Event As String |
Visual C++ |
---|
public: property String^ All_Day_Event { void set (String^ value); } |