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

Syntax

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

/** property */
public void set_PC_Status(string value);
JScript
public function get PC_Status() : String

public function set PC_Status(value : String);

See Also