Attachment.AttachmentItemAsBytes Property
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property AttachmentItemAsBytes As Byte()
Get
Set
'Usage
Dim instance As Attachment
Dim value As Byte()
value = instance.AttachmentItemAsBytes
instance.AttachmentItemAsBytes = value
public byte[] AttachmentItemAsBytes { get; set; }
Property Value
Type: []