IAttributeElementValueOk Method

Check for correct value of attribute, if the value is not ok it is not possible to set it with Value property.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ValueOk(
	Object value
)

Parameters

value  Object
The value to check.

Return Value

Boolean
True if the value is allowed.

See Also