DeclarationDeclareStatisticalValues Property |
Does the declaration contain statistical values? true=Yes; false=No. [Required] [Default(false)] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool DeclareStatisticalValues { get; set; }
Public Property DeclareStatisticalValues As Boolean
Get
Set
public:
property bool DeclareStatisticalValues {
bool get ();
void set (bool value);
}
member DeclareStatisticalValues : bool with get, set
Property Value
Type:
Boolean
See Also