UserBusinessRuleLayer Property |
Specifies in which layers the rule will be available. The available events and actions depend on the chosen layer. Allowed values: FTE=Front-End, BKE=BackEnd, COM=Common (both). [Required] [Default("BKE")] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic UserBusinessRulesRepositoryLayer Layer { get; set; }
Public Property Layer As UserBusinessRulesRepositoryLayer
Get
Set
public:
property UserBusinessRulesRepositoryLayer^ Layer {
UserBusinessRulesRepositoryLayer^ get ();
void set (UserBusinessRulesRepositoryLayer^ value);
}
member Layer : UserBusinessRulesRepositoryLayer with get, set
Property Value
Type:
UserBusinessRulesRepositoryLayer
See Also