K2FieldList Class
Members See Also 
SourceCode.Workflow.Design.InfoPath Namespace : K2FieldList Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class K2FieldList 
   Inherits System.Collections.Generic.Dictionary(Of String,String)
Visual Basic (Usage) Copy Code
Dim instance As K2FieldList
C#  
public class K2FieldList : System.Collections.Generic.Dictionary<string,string> 
C++/CLI  
public ref class K2FieldList : public System.Collections.Generic.Dictionary<String,String> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      SourceCode.Workflow.Design.InfoPath.K2FieldList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also