Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Target As String |
| C# |
|---|
| public string Target { get; set; } |
| C++ |
|---|
| public property string Target sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Target(); /** property */ public void set_Target(string value); |
| JScript |
|---|
| public function get Target() : String public function set Target(value : String); |