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
Syntaxpublic string RepositoryName { get; }
Public ReadOnly Property RepositoryName As String
Get
public:
property String^ RepositoryName {
String^ get ();
}
member RepositoryName : string with get
Property Value
Type:
String
The repository name.
See Also