A dictionary specifying the observed effect of all perturbations.
            
Namespace: ElecNetKit.SensitivitiesAssembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
public Dictionary<Tuple<Tuple<string, Type>, Object>, Dictionary<Tuple<string, Type>, TObserve>> AfterValues { get; private set; }Public Property AfterValues As Dictionary(Of Tuple(Of Tuple(Of String, Type), Object), Dictionary(Of Tuple(Of String, Type), TObserve))
	Get 
	Private Set
public:
property Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ AfterValues {
	Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ get ();
	private: void set (Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ value);
}public:
property Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ AfterValues {
	Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ get ();
	private: void set (Dictionary<Tuple<Tuple<String^, Type^>^, Object^>^, Dictionary<Tuple<String^, Type^>^, TObserve>^>^ value);
}Field Value
            The keys of the outer dictionary provided by this property are 
 Tuple T1, T2
Tuple T1, T2 s, where
            
 Item1
Item1 is a 
 Tuple T1, T2
Tuple T1, T2  specifying the ID and type of the perturbing network element, and 
 Item2
Item2
            is the set of perturbation values, as specified by 
PerturbValuesToRecord.
            The keys of the inner dictionary are 
 Tuple T1, T2
Tuple T1, T2 s specifying the ID and type of the observed network element.
            The values of the inner dictionary are the values required to be observed by 
ObserveElementValuesSelector.