ExternalApplicationAvailableInMode Property |
Whether the application will be displayed to the end users when a single object is opened or when multiple objects are listed. [Required] [Default("SINGLE")] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ExternalApplicationsRepositoryAvailableInMode AvailableInMode { get; set; }
Public Property AvailableInMode As ExternalApplicationsRepositoryAvailableInMode
Get
Set
public:
property ExternalApplicationsRepositoryAvailableInMode^ AvailableInMode {
ExternalApplicationsRepositoryAvailableInMode^ get ();
void set (ExternalApplicationsRepositoryAvailableInMode^ value);
}
member AvailableInMode : ExternalApplicationsRepositoryAvailableInMode with get, set
Property Value
Type:
ExternalApplicationsRepositoryAvailableInMode
See Also