Gets or sets parameter value for a specified elment name and property name.

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

Syntax

C#
public string this[
	string elementName,
	string propertyName
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	elementName As String, _
	propertyName As String _
) As String
Visual C++
public:
property String^ default[String^ elementName, String^ propertyName] {
	String^ get (String^ elementName, String^ propertyName);
	void set (String^ elementName, String^ propertyName, String^ value);
}

Parameters

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

See Also