Click or drag to resize

ItemsetPropertyCondition Method (String, String)

Sets the attribute 'condition' on the specified property.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void setPropertyCondition(
	string propertyName,
	string condition
)

Parameters

propertyName
Type: SystemString
Property name
condition
Type: SystemString
Condition value
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe property node is read-only.
Remarks
If property tag with the specified name doesn't exist in this.node, the property tag is created after which the attribute 'condition' is set on it. Note, that if the property tag is created by the method, the property value (i.e. tag's InnerText) is empty. See "Innovator Programmer's Guide" for more details on condition syntax.
See Also