AlertConditionCreateAlertCondition Method 
             | 
          
        
         
            Creates an AlertCondition based on the condition.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic 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 
condition
Exceptions
RemarksIf the condition is invalid a ZebraIllegalArgumentException will be thrown.
See Also