Gets the ERecCompoundSearchKey with the name name.

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

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

The record compound search key specified with name. Returns
null if key with specified name could not be found.