Get the default label of the module. Please note that module's folio instance - FolioModule - could override the default label

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

Syntax

C#
string DefaultLabel { get; set; }
Visual Basic
Property DefaultLabel As String
	Get
	Set
Visual C++
property String^ DefaultLabel {
	String^ get ();
	void set (String^ value);
}

See Also