Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Retrieves the short version of the supplied keyword.
Public Shared Function GetShortName(ByVal keyword As String) As String
public static string GetShortName(string keyword)
keyword The key of the item to retrieve.
The short version of the supplied keyword if keyword is recognized, null otherwise.