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 ViperMethod
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ViperMethod

The type exposes the following fields.

Public Fields

  Name Description
Public field Static member GetVariableMethodName
Name of the vipermethod used by the $-operator.
Public field Static member MaxMethodNameLength
The maximum allowed length of a Viper name and Viper parameter name.
Public field Static member MinMethodNameLength
The minimum length of a Viper name and Viper parameter name.

See Also

Advanced