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

Syntax

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

/** property */
public void set_RefNbr(string value);
JScript
public function get RefNbr() : String

public function set RefNbr(value : String);

See Also