Click or drag to resize
ElementIsReadOnly Property
Gets true if this element can not be modified.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract bool IsReadOnly { get; }

Property Value

Type: Boolean
true if this element is a read only element.
Remarks
Please note that calling setters on a readonly element will cause an System.NotSupportedException to be thrown.
See Also