Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlistElementDict.SetString

Switch to Manual
public function SetString(key: string, val: string): void;

Parameters

keyThe key of the property.
valThe value of the property.

Description

Convenience method to set a string property.