AppSettingDataCategoryName Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "categoryName", EmitDefaultValue = false)]
public string CategoryName { get; set; }

Property Value

Type: String
Remarks
If CategoryNameGenerator has been set, this property will evaluate the function and return the result.
See Also