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

Syntax

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

/** property */
public void set_PC_ID(string value);
JScript
public function get PC_ID() : String

public function set PC_ID(value : String);

See Also