 | BcfRuleCollectionTryGetRule Method (String) |
Returns the rule having the unique key or if no rule in this collection has the key.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRule TryGetRule(
string key
)
Public Function TryGetRule (
key As String
) As BcfRule
Parameters
- key
- Type: SystemString
The rule key (Key, Key)
Return Value
Type:
BcfRuleThe rule having the unique
key or
if no rule in this collection has the key.
Exceptions
See Also