SettingIsWriteOnly Property
|
Returns true if the setting does not have read access.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax [JsonIgnoreAttribute]
public bool IsWriteOnly { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property IsWriteOnly As Boolean
Get
public:
[JsonIgnoreAttribute]
property bool IsWriteOnly {
bool get ();
}
Property Value
Type:
BooleanSee Also