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

Whether to display the attachment control

Namespace:  OfficeClip.BusinessLayer.Extranet.User
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also