Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public C1WebCustomGroup this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As C1WebCustomGroup

Parameters

index
Type: System..::.Int32

See Also