Gets or sets a value indicating whether the value is shown in short form.

Namespace: Dapfor.Net.Formats
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool ShortForm { get; set; }
Visual Basic
Public Property ShortForm As Boolean
	Get
	Set
Visual C++
public:
property bool ShortForm {
	bool get ();
	void set (bool value);
}
F#
member ShortForm : bool with get, set

Property Value

Type: Boolean
true if value is shown in short form; otherwise, false.

See Also