DataCollectorBaseEnableDisableProperty Method |
Enables / disables the property with the name specified using a set EnableDisablePropertyFunc
Namespace: SD.LLBLGen.Pro.Core.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
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