Click or drag to resize

ObjectProxyIsReadOnly Property

Determines if the object can be written.

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

Property Value

Type: Boolean
Remarks
An object gets read-only if
  • the partition is not claimed by the current (API) user
  • the object is an member of the "Template Design" hierarchy
  • the object does not exist any more (e.g. an instance was created before an partition update that deleted this object)
See Also