 | BcfRuleCollectionItem Property (String) |
Gets the
BcfRule with the specified
key.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRule this[
string key
] { get; }Public ReadOnly Default Property Item (
key As String
) As BcfRule
Get
Parameters
- key
- Type: SystemString
Key of the rule.
Return Value
Type:
BcfRuleThe
BcfRule with the specified
key.
Exceptions
See Also