CustomPropertyEntityName Property |
The entity for which the property is applicable. [Required] [Filter(eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string EntityName { get; set; }
Public Property EntityName As String
Get
Set
public:
property String^ EntityName {
String^ get ();
void set (String^ value);
}
member EntityName : string with get, set
Property Value
Type:
String
See Also