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.6.0.0 (5.6.19.0117)
Syntaxprotected abstract HashSet<string> GetPropertyNamesForBag()
Protected MustOverride Function GetPropertyNamesForBag As HashSet(Of String)
Return Value
Type: 
HashSetString
See Also