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

Syntax

C#
public string this[
	string eventName
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	eventName As String _
) As String

Parameters

eventName
Type: System..::.String

See Also