Child Property DescriptorIs Read Only Property
This is used to indicate whether or not the property is read-only
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
True if the property is read-only or false if it is not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override bool IsReadOnly { get; }VB
Public Overrides ReadOnly Property IsReadOnly As Boolean
GetC++
public:
virtual property bool IsReadOnly {
bool get () override;
}F#
abstract IsReadOnly : bool with get
override IsReadOnly : bool with getReturn Value
BooleanTrue if the property is read-only or false if it is not