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