Initializes a new instance of the WidgetParameter class.

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

Syntax

C#
public WidgetParameter(
	string elementName,
	string propertyName,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	elementName As String, _
	propertyName As String, _
	value As String _
)
Visual C++
public:
WidgetParameter(
	String^ elementName, 
	String^ propertyName, 
	String^ value
)

Parameters

elementName
Type: System..::.String
propertyName
Type: System..::.String
value
Type: System..::.String

See Also