Click or drag to resize
DataCollectorBaseGetPropertyNamesForBag Method
Gets the property names for the property bag to bind to the property grid. This list of names is used to create property descriptors which are easier to read as they have their names split on word breaks.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected abstract HashSet<string> GetPropertyNamesForBag()

Return Value

Type: HashSetString
See Also