ExtensibleDataObjectEntityType Property |
The entity type of the row to which the object is bound. [Required] [Default(" ")] [Filter(eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string EntityType { get; set; }
Public Property EntityType As String
Get
Set
public:
property String^ EntityType {
String^ get ();
void set (String^ value);
}
member EntityType : string with get, set
Property Value
Type:
String
See Also