 | BcfRuleIsRule Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating this instance is a
BcfRule.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic override bool IsRule { get; }Public Overrides ReadOnly Property IsRule As Boolean
Get
Property Value
Type:
Booleantrue if this instance is a Rule; otherwise
false.
See Also