Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
protected void EnableDisableProperty(
	string propertyName,
	bool enabledNewValue
)

Parameters

propertyName
Type: SystemString
Name of the property.
enabledNewValue
Type: SystemBoolean
if true, the property is enabled, otherwise the property is disabled.
See Also