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

Integer containing the status code of the last operation

See Also