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

Shows if the task has append access

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

Syntax

C#
public bool AccessAppend { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccessAppend As Boolean
Visual C++
public:
property bool AccessAppend {
	bool get ();
}

See Also