Click or drag to resize

TranslatedTextAccessorItem Property

Request a string.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public string this[
	string textIdentifier
] { get; }

Parameters

textIdentifier  String
The identifier is in the form of enum.id

Return Value

String
The string associated with this enum
See Also