Get/Set the credit card start year
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property StartYear As Integer |
| C# |
|---|
| public int StartYear { get; set; } |
| C++ |
|---|
| public property int StartYear sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_StartYear(); /** property */ public void set_StartYear(int value); |
| JScript |
|---|
| public function get StartYear() : int public function set StartYear(value : int); |