Liefert ein allfälliges Resultat aus einer Funktion zurück
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll)
Syntax
| Visual Basic (Declaration) |
Public Property Returnwert() As Object Implements _ IPlugin.Returnwert |
|
C#
|
public object Returnwert {get; set;} |
|
JScript
|
public function get Returnwert() : object; public function set Returnwert(value : object); |
Implements
IPlugin.Returnwert
Platforms
Version Information
.NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0
.NET Compact Framework
Supported in: 2.0, 1.0
XNA Framework
Supported in: 1.0
See Also