Custom UOInput String Variables Property
Gets or sets the dictionary of string-typed input variables exposed to the script.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public Dictionary<string, string> InputStringVariables { get; set; }VB
Public Property InputStringVariables As Dictionary(Of String, String)
Get
Set