PropertySpecificationDescriptorIsReadOnly Property |
When overridden in a derived class, gets a value indicating whether this property is read-only.
Namespace: SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditingAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the property is read-only; otherwise, false.
See Also