Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual string UncheckedStateLabel { get; set; }
Visual Basic
Public Overridable Property UncheckedStateLabel As String
	Get
	Set
Visual C++
public:
virtual property String^ UncheckedStateLabel {
	String^ get ();
	void set (String^ value);
}
F#
abstract UncheckedStateLabel : string with get, set
override UncheckedStateLabel : string with get, set

Property Value

Type: String

See Also