|  | PLS1NipalsAlgorithmMessage Property | 
            Gets any message that may have been generated by the algorithm. For example,
            if the calculation is unsuccessful, the message indicates the reason.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override string Message { get; }Public Overrides ReadOnly Property Message As String
	Get
public:
virtual property String^ Message {
	String^ get () override;
}abstract Message : string with get
override Message : string with get
Property Value
String See Also
See Also