Set the id attribute on the Item node. If the item has the property id as well, the property is set too.

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

Syntax

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

Parameters

id
Type: System..::.String
ID of the item

Exceptions

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

See Also