ProfileManagerRemoveProfileRule Method |
Delete the specified rule.
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 int RemoveProfileRule(
string name
)
Public Overridable Function RemoveProfileRule (
name As String
) As Integer
Parameters
- name
- Type: SystemString
- String name of the rule to be deleted.
Return Value
Type:
Int32int
Success in case of success, otherwise a possible error
code, matching one of the
ConfigException error constants.
Exceptions Remarks See Also