Removes the property tag with the specified name from the item's dom.

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

Syntax

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

Parameters

propertyName
Type: System..::.String
Property name.

Remarks

No action if the specified property was not found.

Exceptions

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

See Also