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

Syntax

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

/** property */
public void set_BatNbr(string value);
JScript
public function get BatNbr() : String

public function set BatNbr(value : String);

See Also