suite4.net.FormDatabase Documentation

IGroupCollection.Item Property

Gets an IGroup element with a specified name.

[Visual Basic]
Property Item( _
   ByVal name As String _
) As IGroup
[C#]
IGroup this[
   string name
] {get;}

Parameters

name
The Name of the IGroup to get.

Remarks

Access to collection elements by using an index is not supported.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException No element with the specified name exists in the IGroupCollection.
NotSupportedException The caller attempts to retrieve an element using an index.

See Also

IGroupCollection Interface | suite4.net.FormDatabase Namespace