AlertConditionCreateAlertConditionFromName Method 
             | 
          
        
         
            Creates an AlertCondition based on the conditionName.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static AlertCondition CreateAlertConditionFromName(
	string conditionName
)
Public Shared Function CreateAlertConditionFromName ( 
	conditionName As String
) As AlertCondition
public:
static AlertCondition^ CreateAlertConditionFromName(
	String^ conditionName
)
Parameters
- conditionName
 - Type: SystemString
Name of one of the conditions in AlertCondition. 
Return Value
Type: 
AlertConditionBased on the string 
conditionName
Exceptions
RemarksIf the conditionName is invalid a ZebraIllegalArgumentException will be thrown.
See Also