Gets ERecSearchKey with the name name.

C# | Visual Basic | Visual C++ |
public virtual ERecSearchKey GetKey( string name )
Public Overridable Function GetKey ( _ name As String _ ) As ERecSearchKey
public: virtual ERecSearchKey^ GetKey ( String^ name )

- name (String)
- Name of the ERecSearchKey to get.

Returns the ERecSearchKey specified with
name. Returns null if key could with
name could not be found.