Gets a particular SynonymList from the collection by using the specified name.

GetItem(String)

public Proofing.SynonymList GetItem(string name);
Public Function GetItem(name As String) As Proofing.SynonymList

Parameters

Parameter Description
name Specifies a synonym list name.

Return Value

The return value is null, if a SynonymList with the specified name could not be found. Otherwise, it is an object of type SynonymList.