EasyObjects.NET Programmers Reference

DatabaseTypeDataCollection.Item Property (String)

Gets or sets the DatabaseTypeData associated with the specified name.

public DatabaseTypeData this[
   string name
] {get; set;}

Parameters

name

The name of the DatabaseTypeData to get or set.

Property Value

The value associated with the specified name. If the specified name is not found, attempting to get it returns a a null reference reference (Nothing in Visual Basic), and attempting to set it creates a new entry using the specified name.

Exceptions

Exception TypeCondition
ArgumentNullException

name is a a null reference reference (Nothing in Visual Basic).

See Also

DatabaseTypeDataCollection Class | NCI.EasyObjects.Configuration Namespace | DatabaseTypeDataCollection.Item Overload List