The GeneralConfigurationProperty<(Of <(<'TPropertyEnum, TValue>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsCreateOnly |
Gets a value indicating whether this property is only valid for create.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.) | |
| IsEditable |
Gets a value indicating whether this instance is in an editable state.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.) | |
| IsReadOnly |
Gets a value indicating whether this property is read only.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.) | |
| PropertyEnum |
Gets the property enumeration.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.) | |
| Validators |
Gets the validators, if any, for this property. (Only available if GetValidators()()()() has been called.)
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.) | |
| Value |
Gets or sets the value. (Setting the value is only supported when editing an object and for non-Collection based TValue.)
|