Gets or sets the ID.
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int ID { get; set; }
Public Property ID As Integer
Get
Set
public:
property int ID {
int get ();
void set (int value);
}
member ID : int with get, set
Property Value
Type:
Int32
The ID.
See Also