Gets or sets WidgetParamenter for specified index.

Namespace:  PerpetuumSoft.Instrumentation.Web
Assembly:  PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1

Syntax

C#
public WidgetParameter this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As WidgetParameter
Visual C++
public:
property WidgetParameter^ default[int index] {
	WidgetParameter^ get (int index);
	void set (int index, WidgetParameter^ value);
}

Parameters

index
Type: System..::.Int32

See Also