SynonymsAttribute.Synonyms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.
public:
property System::String ^ Synonyms { System::String ^ get(); };
public string Synonyms { get; }
member this.Synonyms : string
Public ReadOnly Property Synonyms As String
Property Value
A comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.