ConditionalBusinessRuleRevocable Property |
Gets a value indicating whether the rule is revocable.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Revocable { get; }
Public ReadOnly Property Revocable As Boolean
Get
public:
property bool Revocable {
bool get ();
}
member Revocable : bool with get
Property Value
Type:
Booleantrue if revocable; otherwise,
false.
See Also