Gets or sets property name.

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

Syntax

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

See Also