EasyObjects.NET Programmers Reference

InstanceDataCollection.Item Property (String)

Gets or sets the InstanceData associated with the specified name.

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

Parameters

name

The name of the InstanceData 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

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