PropertySpecificationDescriptorIsReadOnly Property  | 
 
            When overridden in a derived class, gets a value indicating whether this property is read-only.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic 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