MultilanguageStringContents Property |
Gets a string representation of all language strings in the form <key>='<value>'
for each language pair.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Contents { get; }
Public ReadOnly Property Contents As String
Get
public:
property String^ Contents {
String^ get ();
}
member Contents : string with get
Property Value
Type:
String
The contents.
See Also