Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Device As Device |
| C# |
|---|
| public Device Device { get; set; } |
| C++ |
|---|
| public property Device Device sealed { Device get(); void set(Device value); } |
| J# |
|---|
| /** property */ public Device get_Device(); /** property */ public void set_Device(Device value); |
| JScript |
|---|
| public function get Device() : Device public function set Device(value : Device); |