Attach PropertySet Attachment Bytes Method
This is used to set the bytes that make up the attachment
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void SetAttachmentBytes(
byte[] attachment
)VB
Public Sub SetAttachmentBytes (
attachment As Byte()
)C++
public:
void SetAttachmentBytes(
array<unsigned char>^ attachment
)F#
member SetAttachmentBytes :
attachment : byte[] -> unit Parameters
- attachment Byte
- The byte array to use
Remarks
Setting the bytes will force the ValueLocation property to
BINARY.