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

Syntax

Visual Basic (Declaration)
Public Property Rlsed As Integer
C#
public int Rlsed { get; set; }
C++
public property int Rlsed sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Rlsed();

/** property */
public void set_Rlsed(int value);
JScript
public function get Rlsed() : int

public function set Rlsed(value : int);

See Also