Gets the inherited details.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public InheritedValueDetails<TValue> GetInheritedDetails<TConfigurationObject>( ConfigurationManager configurationManager, ConfigurationId configurationId ) where TConfigurationObject : ListConfigurationObject |
Visual Basic |
---|
Public Function GetInheritedDetails(Of TConfigurationObject As ListConfigurationObject) ( _ configurationManager As ConfigurationManager, _ configurationId As ConfigurationId _ ) As InheritedValueDetails(Of TValue) |
Parameters
- configurationManager
- Type: ININ.IceLib.Configuration..::..ConfigurationManager
The configuration manager.
- configurationId
- Type: ININ.IceLib.Configuration..::..ConfigurationId
The configuration ID.
Type Parameters
- TConfigurationObject
- The type of the configuration object that the property is tied to. For instance, UserConfiguration.
Return Value
An InheritedValueDetails<(Of <(<'TValue>)>)> object that contains the inherited details for this property.Remarks
An active StartCaching()()()() or StartWatching()()()() call is not required to execute this method;
however, a StartCaching()()()() or StartWatching()()()() call must have been previously made in order
to supply the appropriate configurationId.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.