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.15.2634
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