BinaryFileDataObject.FileData Property

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Property FileData As Byte()
    Get
    Set
'Usage
Dim instance As BinaryFileDataObject
Dim value As Byte()

value = instance.FileData

instance.FileData = value
public byte[] FileData { get; set; }

Property Value

Type: []