Get the code of the credit bundle


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Code As String
C#
public string Code { get; }
C++
public property string Code sealed  {
    String get();
}
J#
/** property */
public string get_Code();
JScript
public function get Code() : String

See Also