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

Syntax

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

/** property */
public void set_LineRef(string value);
JScript
public function get LineRef() : String

public function set LineRef(value : String);

See Also