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.8.0.0 (5.8.21.0208)
Syntax protected 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