ChildPropertyDescriptorIsReadOnly Property
This is used to indicate whether or not the property is read-only
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () override;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Return Value
BooleanTrue if the property is read-only or false if it is not