Click or drag to resize

ItemsetProperty Method (String, String, String)

Set the property with the specified name and language. If property doesn't exist on the item, create it first and then set.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void setProperty(
	string propertyName,
	string propertyValue,
	string lang
)

Parameters

propertyName
Type: SystemString
Property name.
propertyValue
Type: SystemString
Value to be set on the property.
lang
Type: SystemString
Language for which the property needs to be set. If null value is passed, the language of the current session is assumed.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
See Also