InventoryData Property
Holds the inventory data.
Syntax
__property String InventoryData = {read=FInventoryData, write=FSetInventoryData}; __property RawByteString InventoryDataB = {read=FInventoryDataB, write=FSetInventoryDataB};
Default Value
""
Remarks
This property holds the inventory data and is populated after calling GetJobOutput if the job is an inventory retrieval job.
This property is read-only and not available at design time.
Data Type
Binary String