Get the individual credit cost


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CreditCost As Decimal
C#
public decimal CreditCost { get; }
C++
public property decimal CreditCost sealed  {
    decimal get();
}
J#
/** property */
public decimal get_CreditCost();
JScript
public function get CreditCost() : Decimal

See Also