Moonware.Common
GetBrandList Method



Gets list of unique brands
Syntax
'Declaration
 
Public Function GetBrandList() As List(Of SerializableEnum)
'Usage
 
Dim instance As TemplateCollection
Dim value As List(Of SerializableEnum)
 
value = instance.GetBrandList()
public List<SerializableEnum> GetBrandList()
public:
List<SerializableEnum^>^ GetBrandList(); 

Return Value

List of brands
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

TemplateCollection Class
TemplateCollection Members

Send Feedback