EasyObjects.NET Programmers Reference

InstanceDataCollection.Item Property

Gets or sets the InstanceData at the specified index.

Overload List

Gets or sets the InstanceData at the specified index.

public InstanceData this[int] {get; set;}

Gets or sets the InstanceData associated with the specified name.

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

See Also

InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace