Status message from the last operation performed


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property StatusMessage As String
C#
public string StatusMessage { get; }
C++
public property string StatusMessage sealed  {
    String get();
}
J#
/** property */
public string get_StatusMessage();
JScript
public function get StatusMessage() : String

Property Value

String containing the error message for the last status code value

See Also