Gets or sets a value indicating whether the value is shown in short form.
Namespace: Dapfor.Net.FormatsAssembly: 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: Booleantrue if value is shown in short form; otherwise, false.