Okapi .NET Library

BaseUtilitySet.m_aIDs Field

 [This is preliminary documentation and subject to change.]

Storage array for the utilities IDs.

[Visual Basic]
Protected m_aIDs As ArrayList
[C#]
protected ArrayList m_aIDs;
[C++]
protected: ArrayList* m_aIDs;
[JScript]
protected var m_aIDs: ArrayList;

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace