ElementIsReadOnly Property |
Gets true if this element can not be modified.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public abstract bool IsReadOnly { get; }
Public MustOverride ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () abstract;
}
abstract IsReadOnly : bool with get
Property Value
Type:
Booleantrue 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