Removes the property tag with the specified name and language 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,
	string lang
)
Visual Basic (Declaration)
Public Sub removeProperty ( _
	propertyName As String, _
	lang As String _
)
J#
public void removeProperty(
	String propertyName,
	String lang
)
JScript
public function removeProperty(
	propertyName : String, 
	lang : String
)

Parameters

propertyName
Type: System..::.String
Property name.
lang
Type: System..::.String
Language for which the property needs to be removed. If null value is passed, the language of the current session is assumed.

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