Gets or sets the setting's value.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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