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.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonPropertyAttribute(PropertyName = "access")]
public string Access { get; set; }
<JsonPropertyAttribute(PropertyName := "access")>
Public Property Access As String
Get
Set
public:
[JsonPropertyAttribute(PropertyName = L"access")]
property String^ Access {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also