 | PluginCommandResultProcedureReturnValue Property |
Gets a value that is returned to a procedure.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntaxpublic Object ProcedureReturnValue { get; }Public ReadOnly Property ProcedureReturnValue As Object
Get
Property Value
Object
RemarksThis should can be a numeric type (castable to double), a string, a bool, or a type castable to
IEnumerableT with nested values.
See Also