IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

FormVars Property

Form variables for the current request.

Syntax

[VB.NET]
Public Property FormVars As FormVarList

[C#]
public FormVarList FormVars {get;}

Remarks

This property contains form variables that are to be posted with the current request. The FormVars collection contains the variables as FormVar types, which contains fields describing these variables.

This collection is indexed from 0 to Count - 1.

This property is not available at design time.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]