ResourceData Property
Holds the file data after downloading or sets the file data before uploading or updating.
Syntax
public byte [] getResourceData(); public void setResourceData(byte [] resourceData);
Remarks
This property is populated with the file data after calling DownloadFile if SetDownloadStream and LocalFile are not set.
ResourceData can also be set before calling the UploadFile or UpdateResource methods.
This property is not available at design time.
Default Value
""