ID property
The ID property sets or gets the unique identifier of an object, which can be a batch, document, or page.
This property provides access to the id attribute
of an object. For example, the id attribute for a
batch, document, page, and field can be <B id="20100096">, <D
id="20100096.001.01">, <P id="TM000001">,
and <F id="Vendor">. You can pass the value of
the id attribute to a variable or custom action.
Syntax
- VBScript
oDCO.ID as String
- C#
string ID { set; get; }