ProfileManagerProfileRulesList Property |
Gets the list of all the profile rules defined 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<ProfileRuleType> ProfileRulesList { get; }
Public Overridable ReadOnly Property ProfileRulesList As IList(Of ProfileRuleType)
Get
Property Value
Type:
IListProfileRuleTypeArrayList<<a href="../../../../com/datalogic/device/configuration/ProfileRuleType.html" title="class in com.datalogic.device.configuration">
ProfileRuleType> in case of success, otherwise, if exceptions are not enabled, a null pointer.
Exceptions Remarks See Also