1 2 3 4 5 6 7 8 9 10 11 | <Connection( "ConnectionType" )> _ <Category( "General" )> _ <Description( "Select connection you would like to use." )> _ Property Connection() As String Get Connection = m_connection End Get Set ( ByVal value As String ) m_connection = value End Set End Property |