Click or drag to resize

SettingAccess Property

Gets or sets a string that describes the access permissions for the setting. RW is returned for settings that have read and write permissions. R is returned for settings that are read-only W is returned for settings that are write-only

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
[JsonPropertyAttribute(PropertyName = "access")]
public string Access { get; set; }

Property Value

Type: String
See Also