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

Syntax

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

/** property */
public void set_DrCr(string value);
JScript
public function get DrCr() : String

public function set DrCr(value : String);

See Also