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