Skip to main content
.NET 6.0+

FileAttachmentAttribute(String) Constructor

Initializes a new instance of the FileAttachmentAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public FileAttachmentAttribute(
    string fileDataPropertyName
)

Parameters

Name Type Description
fileDataPropertyName String

A string specifying the target class property which returns a IFileData object. This parameter’s value is assigned to the FileAttachmentAttribute.FileDataPropertyName property.

See Also