Click or drag to resize

ConditionalBusinessRuleRepositoryName Property

Gets the exact repository name for the rule. If not null the rule is registered for this exact repository. Can be null for more complex conditional registrations.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string RepositoryName { get; }

Property Value

Type: String
The repository name.
See Also