Heureka API .NET Documentation
AttributeList Property



Syntax
'Declaration
 
Public Property AttributeList As List(Of DBaseProperty)
'Usage
 
Dim instance As DBaseInfo
Dim value As List(Of DBaseProperty)
 
instance.AttributeList = value
 
value = instance.AttributeList
public List<DBaseProperty> AttributeList {get; set;}
public:
property List<DBaseProperty^>^ AttributeList {
   List<DBaseProperty^>^ get();
   void set (    List<DBaseProperty^>^ value);
}
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

Reference

DBaseInfo Class
DBaseInfo Members

Send Feedback