ProfileManagerLoadedProfile Property |
Returns the name of the manually loaded profile, otherwise an empty string.
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 string LoadedProfile { get; }
Public Overridable ReadOnly Property LoadedProfile As String
Get
Property Value
Type:
StringString, the name of the manually loaded profile or an empty String if there isn't a manually loaded profile.
Remarks See Also