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