Gets or sets the connection name used by the data access provider.
Syntax
Visual Basic (Declaration) | |
---|
<ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public Property ConnectionName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataAccessSettings
Dim value As String
instance.ConnectionName = value
value = instance.ConnectionName |
C# | |
---|
[ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public string ConnectionName {get; set;} |
Property Value
The name of the connection used by the data access provider.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also