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; }
<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
Type:
StringSee Also