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

Syntax

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

/** property */
public void set_EMailAddr(string value);
JScript
public function get EMailAddr() : String

public function set EMailAddr(value : String);

See Also