DevForce Help Reference
LocateEdmKey Method (EdmKey)


Key name
Finds information for the specified key name in the IdeaBlade configuration.
Syntax
'Declaration
 
Public Shared Shadows Function LocateEdmKey( _
   ByVal keyName As String _
) As EdmKey
'Usage
 
Dim keyName As String
Dim value As EdmKey
 
value = EdmKey.LocateEdmKey(keyName)
public new static EdmKey LocateEdmKey( 
   string keyName
)

Parameters

keyName
Key name

Return Value

The specified EdmKey or null if not found.
Remarks
If an EdmKey element with the specified name is not found in the IdeaBlade configuration section then null is returned.
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

EdmKey Class
EdmKey Members

Send Feedback