Retrieves the class name that performs the risk assessment calculation.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string GetClassName()
Visual Basic (Declaration)
Function GetClassName As String
Visual C++
String^ GetClassName()

Return Value

string containing the class name that performs the risk assessment calculation.

Remarks

This is the actual name of the class that implements the IRiskAssessment interface.

See Also