Share via


UploadItemType.Data Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Data As Byte()
    Get
    Set
'Usage
Dim instance As UploadItemType
Dim value As Byte()

value = instance.Data

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

Property Value

Type: []
Returns Byte.