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