Gets or sets a value indicating whether this LogViewer can modify the extented data.
Namespace: Dapfor.Net.DiagnosticsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Readonly { get; set; } |
Visual Basic |
---|
Public Property Readonly As Boolean Get Set |
Visual C++ |
---|
public: property bool Readonly { bool get (); void set (bool value); } |
F# |
---|
member Readonly : bool with get, set |
Property Value
Type: Booleantrue if readonly; otherwise, false.