Click or drag to resize

ObjectPropertyInfoReadOnly Property

Denotes if the property can be changed. This member is fixed for a property an never changes. The ReadOnly member of ObjectProxy can change its state when the object is claimed. All calculated or synthetic properties are always readonly, some other properties might be readonly to preserve data consistency.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool ReadOnly { get; }

Property Value

Type: Boolean
See Also