ID is an application value for the object. IEvolution doesn't use this value, but saves and loads like other properties.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ID { get; set; }
Public Property ID As Integer Get Set
public: property int ID { int get (); void set (int value); }