Gets or sets the connection name.
[ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public string ConnectionName {get; set;}
'Declaration
<ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public Property ConnectionName As String
'Usage
Dim instance As ConnectionElement
Dim value As String
instance.ConnectionName = value
value = instance.ConnectionName
[ConfigurationPropertyAttribute(Name="connectionName",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property String^ ConnectionName {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that represents the connection name.