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)
Syntaxpublic string CategoryName { get; set; }Public Property CategoryName As String
Get
Set
public:
property String^ CategoryName {
String^ get ();
void set (String^ value);
}member CategoryName : string with get, set
Property Value
Type:
StringThe category name.
RemarksIf the value is empty or , the setting will not be placed in a category.
See Also