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