Gets the name of the second factor in the interaction.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public string FactorBName { get; }
Visual Basic (Declaration)
Public ReadOnly Property FactorBName As String
Visual C++
public:
property String^ FactorBName {
	String^ get ();
}

See Also