DataEntryDefaultValueColumnName Property |
The column for which the default is specified. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ColumnName { get; set; }
Public Property ColumnName As String
Get
Set
public:
property String^ ColumnName {
String^ get ();
void set (String^ value);
}
member ColumnName : string with get, set
Property Value
Type:
String
See Also