AppSettingPropertiesCategoryName Property

Gets or sets the name of the category under which the setting should be displayed.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public string CategoryName { get; set; }

Property Value

Type: String
The category name.
Remarks
If the value is empty or , the setting will not be placed in a category.
See Also