Heureka API .NET Documentation
GetAttribute Method



Type (class) to get attribute from
Gets the SpeciesConfigurationttribute for a property.
Syntax
'Declaration
 
Public Shared Function GetAttribute( _
   ByVal type As Type _
) As SpeciesConfigurationttribute
'Usage
 
Dim type As Type
Dim value As SpeciesConfigurationttribute
 
value = SpeciesConfigurationttribute.GetAttribute(type)
public static SpeciesConfigurationttribute GetAttribute( 
   Type type
)
public:
static SpeciesConfigurationttribute^ GetAttribute( 
   Type^ type
) 

Parameters

type
Type (class) to get attribute from

Return Value

SpeciesConfigurationttribute, or null if not defined for the property.
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

SpeciesConfigurationttribute Class
SpeciesConfigurationttribute Members

Send Feedback