TranslationResourceId Property |
The unique identifier of the translated resource. Should use ASCII/English chars only. Shorter strings are suggested. Depending on Text_Type: T:TableName; C:ColumnName; H:TableName.ColumnName; E,M,S: Application specific code. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ResourceId { get; set; }
Public Property ResourceId As String
Get
Set
public:
property String^ ResourceId {
String^ get ();
void set (String^ value);
}
member ResourceId : string with get, set
Property Value
Type:
String
See Also