ProfileManagerProfilesList Property |
Gets the list of all the profiles saved on the device.
Namespace:
Com.Datalogic.Device.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual IList<ProfileType> ProfilesList { get; }
Public Overridable ReadOnly Property ProfilesList As IList(Of ProfileType)
Get
Property Value
Type:
IListProfileTypeArrayList<<a href="../../../../com/datalogic/device/configuration/ProfileType.html" title="class in com.datalogic.device.configuration">
ProfileType> in case of success, otherwise, if exceptions are not enabled, a null pointer.
Exceptions Remarks See Also