SynonymsAttribute.Synonyms Property

Gets a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property Synonyms As String
public string Synonyms { get; }
public:
property String^ Synonyms {
    String^ get ();
}
member Synonyms : string with get
function get Synonyms () : String

Property Value

Type: System.String
A comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.

.NET Framework Security

See Also

Reference

SynonymsAttribute Class

Microsoft.VisualStudio.Data.Framework Namespace