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