The
NETObjectTemplate object holds a .NET Framework object. The NETObjectTemplate type supports the following properties and method:
| | Name | Description | |
| | AsBoolean | Returns a boolean value that represents the current object's value. | |
| | AsDate | Returns a date value that represents the current object's value. | |
| | AsDouble | Returns a numeric value that represents the current object's value. | |
| | AsInt | Returns an integer value that represents the current object's value. | |
| | AsString | Returns a string that represents the current object's value. | |
| | Item | Executes the template and returns the result. | |
| | SetTemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | SetValue | Specifies the value of the object. | |
| | Template | Executes the x-script code. | |
| | TemplateError | Indicates the error code of the last Template call. | |
| | TemplateException | Indicates the detailed information about the exception that occurs. | |
| | TemplateResult | Indicates the result of the last Template call. | |
| | TemplateThrowError | Specifies whether the execution of the template stops once an error occurs. | |
| | Type | Indicates the type of the object's value. | |
| | Value | Specifies the value of the object. | |
| | VtType | Indicates the type/vartype of the object's value. | |