DataConnectionProperties.GetSynonyms(String) Method

Definition

Retrieves an array list of synonyms for a specified property.

public:
 virtual cli::array <System::String ^> ^ GetSynonyms(System::String ^ key);
public string[] GetSynonyms (string key);
abstract member GetSynonyms : string -> string[]
override this.GetSynonyms : string -> string[]
Public Function GetSynonyms (key As String) As String()

Parameters

key
String

The name of a property for which to retrieve the list of synonyms.

Returns

String[]

A list of synonyms for a specified property.

Implements

Exceptions

The key parameter is null.

Applies to