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.170 -- Release Build+d2665f0672b476be9050c5e510432f4756472307
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