FurtherEvaluationResultOutputItems Property |
These (Description/Value) pairs can be displayed and exported
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Dictionary<string, string> OutputItems { get; set; }
Public Property OutputItems As Dictionary(Of String, String)
Get
Set
Dim instance As FurtherEvaluationResult
Dim value As Dictionary(Of String, String)
value = instance.OutputItems
instance.OutputItems = value
Property Value
DictionaryString,
StringSee Also