Gets a particular SynonymList from the collection by using the specified name.
public Proofing.SynonymList GetItem(string name);
Public Function GetItem(name As String) As Proofing.SynonymList
The return value is null, if a SynonymList with the specified name could not be found. Otherwise, it is an object of type SynonymList.