TypeRegistryItem(String, Type) Property
Sets value for registered symbol with specified name,
new symbol will be registered if symbol does not exist.
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.169 -- Release Build+7e19ae13fc8cb044bd1f384a021abae6dc5c1045
Public WriteOnly Default Property Item (
name As String,
type As Type
) As Object
Set
function set_Item(value);
- name String
- Symbol name.
- type Type
- Symbol type.
Object