DevForce Help Reference
LocateEdmKey Method (ClientEdmKey)


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

Parameters

pKeyName
Key name

Return Value

The specified EdmKey or null if not found.
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

ClientEdmKey Class
ClientEdmKey Members

Send Feedback