Get the count of the number of reciepts that were successfull


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

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

See Also