AttachProperty.SetAttachmentBytes Method
This is used to set the bytes that make up the attachment
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public void SetAttachmentBytes(
byte[] attachment
)
Public Sub SetAttachmentBytes (
attachment As Byte()
)
public:
void SetAttachmentBytes(
array<unsigned char>^ attachment
)
member SetAttachmentBytes :
attachment : byte[] -> unit
Parameters
- attachment Byte[]
- The byte array to use
Setting the bytes will force the
ValueLocation property to
BINARY.