AlertConditionCreateAlertCondition Method
|
Creates an AlertCondition based on the condition.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax public static AlertCondition CreateAlertCondition(
string condition
)
Public Shared Function CreateAlertCondition (
condition As String
) As AlertCondition
public:
static AlertCondition^ CreateAlertCondition(
String^ condition
)
Parameters
- condition
- Type: SystemString
Name of one of the values of AlertCondition.
Return Value
Type:
AlertConditionBased on the string
conditionExceptions Remarks If the condition is invalid a ZebraIllegalArgumentException will be thrown.
See Also