DataObjectString
¶
Provides functions to the host, set, and get values of the given type.
Inherits properties and message types from DataObjectStringMetadata.
| create() | Creates an instance of DataObjectString |
| setValue() | Sets the value of this data object |
| getValue() | Retrieves the value that is represented by this data object |
Creates an instance of DataObjectString.
| objectName | (string) | The name of the object. |
| value | (string) | Initial value of the object. |
Sets the value of this data object.
| value | (string) | The value to set. |
Retrieves the value that is represented by this data object.
| (string) |