How to provide a category and description for a parameter.

How to provide a category and description for a parameter.

  • Category and description are provided with standard System.ComponentModel attributes Category and Description.

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

    Book a Presales Call

     

    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now.