ChildPropertyDescriptorIsReadOnly 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: 2023.1.2.0
public override bool IsReadOnly { get; }

Return Value

Boolean
True if the property is read-only or false if it is not

See Also