'Declaration Public Function New( _ ByVal categoryName As String, _ ByVal isExpanded As Boolean _ )
'Usage Dim categoryName As String Dim isExpanded As Boolean Dim instance As New ExpandedCategoryAttribute(categoryName, isExpanded)
public ExpandedCategoryAttribute( string categoryName, bool isExpanded )
Parameters
- categoryName
- isExpanded