AlertConditionConditionName Property
|
Gets/sets the alert condition name
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax [JsonPropertyAttribute("condition")]
public string ConditionName { get; set; }
<JsonPropertyAttribute("condition")>
Public Property ConditionName As String
Get
Set
public:
[JsonPropertyAttribute(L"condition")]
property String^ ConditionName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also