Gets the Action with the specified name.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public Action this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As Action
Visual C++
public:
property Action^ default[String^ name] {
	Action^ get (String^ name);
}

Parameters

name
Type: System..::.String

See Also