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