Windward Studios API Reference
Items Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterList Class : Items Property




Glossary Item Box

The items in this list. The elements are the parameters to set for the ${var} in the select.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Items As IList(Of Object)
Visual Basic (Usage)Copy Code
Dim instance As FilterList
Dim value As IList(Of Object)
 
value = instance.Items
C# 
public IList<object> Items {get;}
Managed Extensions for C++ 
public: __property IList<Object*>* get_Items();
C++/CLI 
public:
property IList<Object^>^ Items {
   IList<Object^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software