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