LocalizableStringItem Property |
Gets or sets the element with the specified key.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As String
Get
Set
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
Parameters
- key String
- The key.
Return Value
StringImplements
IDictionaryTKey, TValueItemTKey
See Also