ExternalApplicationPlatform Property |
The execution platform of the application. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ExternalApplicationsRepositoryPlatform Platform { get; set; }
Public Property Platform As ExternalApplicationsRepositoryPlatform
Get
Set
public:
property ExternalApplicationsRepositoryPlatform^ Platform {
ExternalApplicationsRepositoryPlatform^ get ();
void set (ExternalApplicationsRepositoryPlatform^ value);
}
member Platform : ExternalApplicationsRepositoryPlatform with get, set
Property Value
Type:
ExternalApplicationsRepositoryPlatform
See Also