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

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public void removePropertyAttribute(
	string propertyName,
	string attributeName
)
Visual Basic (Declaration)
Public Sub removePropertyAttribute ( _
	propertyName As String, _
	attributeName As String _
)
J#
public void removePropertyAttribute(
	String propertyName,
	String attributeName
)
JScript
public function removePropertyAttribute(
	propertyName : String, 
	attributeName : String
)

Parameters

propertyName
Type: System..::.String
Name of the property
attributeName
Type: System..::.String
Name of the attribute

Remarks

No action if either specified property or attribute were not found.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.
System..::.ArgumentExceptionThe this.node is read-only.

See Also