Skip to main content

StringValue

Inherits from ValueBase

StringValue is a ValueBase that stores strings.


Summary

Properties


Properties

Value

StringValue.Value: string

The value of this object.

Example

stringValue.Value = "Hello, world!"