Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
Public Property CostType As String
C#
public string CostType { get; set; }
C++
public property string CostType sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CostType();

/** property */
public void set_CostType(string value);
JScript
public function get CostType() : String

public function set CostType(value : String);

See Also