ProfileRetrieveObjectsProperties Method
|
Retrieves the properties of the objects which are stored on the device.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public List<PrinterObjectProperties> RetrieveObjectsProperties()
Public Function RetrieveObjectsProperties As List(Of PrinterObjectProperties)
public:
virtual List<PrinterObjectProperties^>^ RetrieveObjectsProperties() sealed
Return Value
Type:
ListPrinterObjectPropertiesThe list of objects with their properties.
Implements
FileUtilRetrieveObjectsPropertiesExceptions See Also