PythonModule.UInt64Field Method (console safe)
Gets or sets a Int64 field on the module

UInt64Field(
name
as String)
as UInt64

UInt64Field(
name
as String
assigns value
as UInt64)
Parameters
- name
- Name of the field to set.
- value (assignment parameter)
- The value to set
Returns
- UInt64
Remarks
The field does not have to exist on the module. If it does not exist then its added when the setter is called.
See Also
PythonModule Class