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

Syntax

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

/** property */
public void set_CpnyID(string value);
JScript
public function get CpnyID() : String

public function set CpnyID(value : String);

See Also