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: 14.0.9.36244
Syntaxpublic void setID(
string id
)
Public Sub setID (
id As String
)
public void setID(
String id
)
public function setID(
id : String
)
Parameters
- id
- Type: SystemString
ID of the item
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
See Also