This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ViperEventArgs
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ViperEventArgs

The type exposes the following properties.

Public Properties

  Name Description
Public property Flags
Gets or sets custom flags.
Public property IsDeterministic
Deterministic implies that the result only depends on the input parameters.
Public property LastError
Returns the last error.
Public property Method
Public property MethodName
"Object.Name" Returns "Name" "Name" returns "Name"
Public property Name
Public property ObjectName
"Object.Name" Returns "Object" "Name" returns null
Public property PassUnresolvedParameters
Pass the expression itself, not the expression result, in the vipermethod parameters.
Public property State

See Also

Advanced