Returns the status code from the last operation performed.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property statusCode As Integer
C#
public int statusCode { get; }
C++
public property int statusCode sealed  {
    int get();
}
J#
/** property */
public int get_statusCode();
JScript
public function get statusCode() : int

Property Value

the status code of the last operation as an integer

See Also