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

Syntax

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

/** property */
public void set_Salut(string value);
JScript
public function get Salut() : String

public function set Salut(value : String);

See Also