Click or drag to resize

TranslatedTextAccessorItem Property

Request a string.

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

Parameters

textIdentifier
Type: SystemString
The identifier is in the form of enum.id

Return Value

Type: String
The string associated with this enum
See Also