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