DataCollectorBaseEnableDisableProperty Method  | 
 
            Enables / disables the property with the name specified using a set EnableDisablePropertyFunc
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxprotected void EnableDisableProperty(
	string propertyName,
	bool enabledNewValue
)
Protected Sub EnableDisableProperty ( 
	propertyName As String,
	enabledNewValue As Boolean
)
Parameters
- propertyName
 - Type: SystemString
Name of the property. - enabledNewValue
 - Type: SystemBoolean
if true, the property is enabled, otherwise the property is disabled. 
See Also