RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

StringFieldDefinition..::..MemoField Property

Gets a value indicating whether this instance is a memo.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool MemoField { get; set; }
Public Property MemoField As Boolean
	Get
	Set
public:
property bool^ MemoField {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is memo; otherwise, false.