Click or drag to resize

ItemsetPropertyAttribute Method (String, String, String)

Set the attribute for the specified property.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void setPropertyAttribute(
	string propertyName,
	string attributeName,
	string attributeValue
)

Parameters

propertyName
Type: SystemString
Property name
attributeName
Type: SystemString
Attribute name
attributeValue
Type: SystemString
Attribute value to be set
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
XmlExceptionThe specified attribute name contains an invalid character.
ArgumentExceptionThe property node\tag 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 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 Also