Intersoft ClientUI Documentation
Data Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DataProvider Class : Data Property






Gets the data extracted from given enum type.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Data As List(Of Object)
Visual Basic (Usage)Copy Code
Dim instance As DataProvider
Dim value As List(Of Object)
 
value = instance.Data
C# 
public List<object> Data {get;}
Delphi 
public read-only property Data: List; 
JScript 
public function get Data : List
Managed Extensions for C++ 
public: __property List<Object*>* get_Data();
C++/CLI 
public:
property List<Object^>^ Data {
   List<Object^>^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.