Heureka API .NET Documentation
GetConfig Method



Gets a config of a given guid
Syntax
'Declaration
 
Public Function GetConfig( _
   ByVal guid As Guid _
) As ICategoryConfig
'Usage
 
Dim instance As ImportedCategoryConfigs
Dim guid As Guid
Dim value As ICategoryConfig
 
value = instance.GetConfig(guid)
public ICategoryConfig GetConfig( 
   Guid guid
)
public:
ICategoryConfig^ GetConfig( 
   Guid guid
) 

Parameters

guid
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

ImportedCategoryConfigs Class
ImportedCategoryConfigs Members

Send Feedback