PowerTCP Mail for .NET
GetList Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > SimpleCollectionBase Class : GetList Method




Returns an IList that can be bound to a data source from an object that does not implement an IList itself.

Syntax

Visual Basic (Declaration) 
Public Function GetList() As IList
Visual Basic (Usage)Copy Code
Dim instance As SimpleCollectionBase
Dim value As IList
 
value = instance.GetList()
C# 
public IList GetList()
Managed Extensions for C++ 
public: IList* GetList(); 
C++/CLI 
public:
IList^ GetList(); 

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.