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
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | The this.node is read-only. |
See Also