Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CuryRateType As String |
| C# |
|---|
| public string CuryRateType { get; set; } |
| C++ |
|---|
| public property string CuryRateType sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_CuryRateType(); /** property */ public void set_CuryRateType(string value); |
| JScript |
|---|
| public function get CuryRateType() : String public function set CuryRateType(value : String); |