Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ShowSeedpointLookup As Boolean |
| C# |
|---|
| public bool ShowSeedpointLookup { get; set; } |
| C++ |
|---|
| public property bool ShowSeedpointLookup sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_ShowSeedpointLookup(); /** property */ public void set_ShowSeedpointLookup(bool value); |
| JScript |
|---|
| public function get ShowSeedpointLookup() : bool public function set ShowSeedpointLookup(value : bool); |