Gets or sets element name.

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

Syntax

C#
public string ElementName { get; set; }
Visual Basic (Declaration)
Public Property ElementName As String
Visual C++
public:
property String^ ElementName {
	String^ get ();
	void set (String^ value);
}

See Also