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