Touchstone 11.0 API Reference
Books Property


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsCede Class : Books Property
Contains a list of books that you want to import.
Syntax
Public Property Books As List(Of Byte())
Dim instance As ImportOptionsCede
Dim value As List(Of Byte())
 
instance.Books = value
 
value = instance.Books
public List<byte[]> Books {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportOptionsCede Class
ImportOptionsCede Members