Get/Set the credit card start month


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

Syntax

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

/** property */
public void set_StartMonth(int value);
JScript
public function get StartMonth() : int

public function set StartMonth(value : int);

See Also