 | BcfRuleCollectionTryGetRule Method |
[This is preliminary documentation and is subject to change.]
Returns the rule having the unique key or null if no rule in this collection has the key.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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
null if no rule in this collection has the key.
Exceptions
See Also