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
Syntaxpublic string AnyString { get; }
Public ReadOnly Property AnyString As String
Get
public:
property String^ AnyString {
String^ get ();
}
member AnyString : string with get
Property Value
Type:
String
Any language string with a value or null if there are no language strings with value.
See Also