CurrencyDirectoryIsValidField Property |
Shows if the current currency directory is valid to be used in documents. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsValidField { get; set; }
Public Property IsValidField As Boolean
Get
Set
public:
property bool IsValidField {
bool get ();
void set (bool value);
}
member IsValidField : bool with get, set
Property Value
Type:
Boolean
See Also