Click or drag to resize

BcfFaultId  Conversion (BcfFaultId to Int64)

Returns the value as Int64.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static implicit operator long (
	BcfFaultId value
)

Parameters

value
Type: CalculationWorks.BusinessModelBcfFaultId
The value.

Return Value

Type: Int64
The value as Int64.
See Also