HasAttachmentField Property
Description
Checks if the entity specified by the EntityName parameter can have attachments.
Property type
Read-only property
Syntax
Visual Basic
Public Property HasAttachmentField( _
   ByVal EntityName As String _
) As Boolean
Parameters
EntityName
The name of the database table.
Remarks
An entity can have attachments only if it has an attachment field. This property does not indicate if the entity actually has attachments, only that it can.
See Also