AlertConditionConditionName Property
|
Gets/sets the alert condition name
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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