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.15.2634
Syntax
[JsonPropertyAttribute(PropertyName = "access")]
public string Access { get; set; }

Property Value

Type: String
See Also