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

Syntax

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

/** property */
public void set_ArSub(string value);
JScript
public function get ArSub() : String

public function set ArSub(value : String);

See Also