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