[Visual Basic]
Public Default Property Item( _
ByVal eventName As String _
) As String
[C#]
public string this[
string eventName
] {get;set;}
[Delphi]
public property Item[
eventName: String
]: String read get_Item write set_Item;
See Also
ScriptDefCollection Class | ScriptDefCollection Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |