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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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