[This is preliminary documentation and is subject to change.]
Adds an object to the end of the BaseInformationEntityList.
| C# | Visual Basic | Visual C++ |
public int Add( BaseInformationEntity value )
Public Function Add ( _ value As BaseInformationEntity _ ) As Integer
public: int Add( BaseInformationEntity^ value )
- value (BaseInformationEntity)
- The BaseInformationEntity to be added to the end of the BaseInformationEntityList.
The BaseInformationEntityList index at which the value has been added.