'Declaration Public Function New( _ ByVal categoryName As String, _ ByVal order As Integer _ )
'Usage Dim categoryName As String Dim order As Integer Dim instance As New CategoryOrderAttribute(categoryName, order)
public CategoryOrderAttribute( string categoryName, int order )
Parameters
- categoryName
- The name of the property's category.
- order
- The order of the property.