Gets or sets a string that describes the acceptable range of values for this setting.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax [JsonPropertyAttribute(PropertyName = "range")]
public string Range { get; set; }
<JsonPropertyAttribute(PropertyName := "range")>
Public Property Range As String
Get
Set
public:
[JsonPropertyAttribute(PropertyName = L"range")]
property String^ Range {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also