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