The InheritableConfigurationProperty<(Of <(<'TPropertyEnum, TValue>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyEffectiveValue
Gets the effective value of this property.
Public propertyInheritedValue
Gets the inherited value.
Public propertyIsCreateOnly
Gets a value indicating whether this property is only valid for create.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.)
Public propertyIsEditable
Gets a value indicating whether this instance is in an editable state.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.)
Public propertyIsReadOnly
Gets a value indicating whether this property is read only.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.)
Public propertyPropertyEnum
Gets the property enumeration.
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.)
Public propertyValidators
Gets the validators, if any, for this property. (Only available if GetValidators()()()() has been called.)
(Inherited from ConfigurationProperty<(Of <(<'TPropertyEnum>)>)>.)
Public propertyValue
Gets or sets the value. (Setting the value is only supported when editing an object and for non-Collection based TValue.)
(Inherited from GeneralConfigurationProperty<(Of <(<'TPropertyEnum, TValue>)>)>.)

See Also