PythonDictionary.UInt64Value Method (console safe)
Gets or sets a UInt64 value with given string key.

UInt64Value(
key
as String)
as UInt64

UInt64Value(
key
as String
assigns value
as UInt64)
Parameters
- key
- The key of the item to set
- value (assignment parameter)
- The value to set
Returns
- UInt64
Remarks
See Also
PythonDictionary Class