Copied internal property from CatalogZoneBase as it is needed in PortalCatalogPartChrome.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string CheckBoxName { get; }
Visual Basic
Public ReadOnly Property CheckBoxName As String
	Get
Visual C++
public:
property String^ CheckBoxName {
	String^ get ();
}
F#
member CheckBoxName : string with get

Property Value

Type: String

See Also