 | TreeEventEnvironment property |
List with processing results of the predecessors of the node reporting the event.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic ResultDictionary? Environment { get; set; }
Public Property Environment As ResultDictionary
Get
Set
public:
property ResultDictionary^ Environment {
ResultDictionary^ get ();
void set (ResultDictionary^ value);
}
member Environment : ResultDictionary with get, set
Property value
ResultDictionary
See also