Click or drag to resize

MultilanguageStringAnyString Property

Gets any language string, that has a value. The method checks the current string first, but if it is empty, returns any string.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string AnyString { get; }

Property Value

Type: String
Any language string with a value or null if there are no language strings with value.
See Also