Gets or sets a string containing the name of the connection used by the
Workstation AddIns.
Syntax
Visual Basic (Declaration) | |
---|
<ConfigurationPropertyAttribute(IsKey=False,
IsRequired=True,
Name="ConnectionName",
IsDefaultCollection=False)>
Public Property ConnectionName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AddInsSettings
Dim value As String
instance.ConnectionName = value
value = instance.ConnectionName
|
Return Value
A string containing the name of the connection used by the
Workstation AddIns.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also