Get the quanitiy of credits attached to the bundle


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

Syntax

Visual Basic (Declaration)
Public Property Quantity As Integer
C#
public int Quantity { get; set; }
C++
public property int Quantity sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Quantity();

/** property */
public void set_Quantity(int value);
JScript
public function get Quantity() : int

public function set Quantity(value : int);

See Also