ExternalApplicationExecuteForAllObjects Property |
Whether to execute the application for all selected objects at once or to execute the application for each object, one by one. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ExecuteForAllObjects { get; set; }
Public Property ExecuteForAllObjects As Boolean
Get
Set
public:
property bool ExecuteForAllObjects {
bool get ();
void set (bool value);
}
member ExecuteForAllObjects : bool with get, set
Property Value
Type:
Boolean
See Also