Visual Basic (Declaration) | |
---|---|
Public Shared Function LocateEdmKey( _ ByVal pKeyName As String _ ) As ClientEdmKey |
Visual Basic (Usage) | ![]() |
---|---|
Dim pKeyName As String Dim value As ClientEdmKey value = ClientEdmKey.LocateEdmKey(pKeyName) |
C# | |
---|---|
public static ClientEdmKey LocateEdmKey( string pKeyName ) |
C++/CLI | |
---|---|
public: static ClientEdmKey^ LocateEdmKey( String^ pKeyName ) |
Parameters
- pKeyName
- Key name
Return Value
The specified EdmKey or null if not found.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family