Gets ERecRollupKey with the name name.

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

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

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