Artificial Intelligence
Artificial Intelligence
Information

Package.Id property


      Gets the ID of this object.


Namespace : ielib
Assembly : ielib.dll

public int Id { get; }

Property value

Type : System.Int32

Represents the ID of a package.


      Note: The ID of a package is distributed by the PackagesCollection class when using the KnowledgeBase.AddPackage(string aPackageName) or KnowledgeBase.AddPackage(Package p) methods to add a package to the knowledge base.