Namespace: Cartella.Fields
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public string FieldLabel { get; private set; }
Visual Basic
Public Property FieldLabel As String
	Get
	Private Set
Visual C++
public:
virtual property String^ FieldLabel {
	String^ get () sealed;
	private: void set (String^ value) sealed;
}

Implements

ICustomFieldInfo..::..FieldLabel

See Also