ListType Property
See Also 
SourceCode.Workflow.Authoring Namespace > K2FieldPart Class : ListType Property



Glossary Item Box

Gets or sets the type of the list.

Syntax

Visual Basic (Declaration) 
Public Property ListType As SourceCode.Framework.Data.ListType
Visual Basic (Usage)Copy Code
Dim instance As K2FieldPart
Dim value As SourceCode.Framework.Data.ListType
 
instance.ListType = value
 
value = instance.ListType
C# 
public SourceCode.Framework.Data.ListType ListType {get; set;}
C++/CLI 
public:
property SourceCode.Framework.Data.ListType ListType {
   SourceCode.Framework.Data.ListType get();
   void set (    SourceCode.Framework.Data.ListType value);
}

Property Value

The type of the list.

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