 | BcfFaultCollectionContains Method (BcfFaultId) |
[This is preliminary documentation and is subject to change.]
Determines whether the collection contains the specified address.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic bool Contains(
BcfFaultId faultId
)
Public Function Contains (
faultId As BcfFaultId
) As Boolean
Parameters
- faultId
- Type: CalculationWorks.BusinessModelBcfFaultId
The address.
Return Value
Type:
Booleantrue if the collection contains the specified
faultId; otherwise,
false.
Version InformationBCF
Supported in: 4.0
See Also