Click or drag to resize

ItemremovePropertyAttribute Method (String, String)

Modifies item's node by removing attribute on the specified property.

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

Parameters

propertyName
Type: SystemString
Name of the property
attributeName
Type: SystemString
Name of the attribute
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
Remarks
No action if either specified property or attribute were not found.
See Also