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